Update FooUnitTest.java
This commit is contained in:
parent
bc3ed525e1
commit
bac59e78bf
|
@ -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