Merge pull request #6793 from eugenp/lor6-patch-3

Update FooUnitTest.java
This commit is contained in:
Loredana Crusoveanu 2019-04-26 22:56:43 +03:00 committed by GitHub
commit 9d7bd2909c
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(alice);
srcCollection.add(buffy);
// make sure the collection isn't sorted accidentally
assertFalse("Oops: source collection is already sorted!", isSorted(srcCollection));
}
/**