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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

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