Merge pull request #6793 from eugenp/lor6-patch-3
Update FooUnitTest.java
This commit is contained in:
commit
9d7bd2909c
|
@ -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));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue