get_next_line is a function that returns a read line from a file descriptor.
get_next_line is a function so you can't test it without adding it on a program. each time you call get_next_line with the same file descriptor, he will return the next line.