Update FooUnitTest.java

This commit is contained in:
Loredana Crusoveanu
2019-04-21 23:39:19 +03:00
committed by GitHub
parent bc3ed525e1
commit bac59e78bf

View File

@@ -33,9 +33,6 @@ public class FooUnitTest {
srcCollection.add(sam);
srcCollection.add(alice);
srcCollection.add(buffy);
// make sure the collection isn't sorted accidentally
assertFalse("Oops: source collection is already sorted!", isSorted(srcCollection));
}
/**