If the removeConflicts method from NameFinderTest is called with an empty list an exception is thrown.
There's really no need to do anything in removeConflicts unless we have more than one item passed into the method via the list argument, so exit early if the list has less than 2 entries.
If the removeConflicts method from NameFinderTest is called with an empty list an exception is thrown.
There's really no need to do anything in removeConflicts unless we have more than one item passed into the method via the list argument, so exit early if the list has less than 2 entries.