Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bac59e7

Browse filesBrowse files
authored
Update FooUnitTest.java
1 parent bc3ed52 commit bac59e7
Copy full SHA for bac59e7

File tree

Expand file treeCollapse file tree

1 file changed

+0
-3
lines changed
Open diff view settings
Filter options
  • java-collections-conversions/src/test/java/com/baeldung/convertcollectiontoarraylist
Expand file treeCollapse file tree

1 file changed

+0
-3
lines changed
Open diff view settings
Collapse file

‎java-collections-conversions/src/test/java/com/baeldung/convertcollectiontoarraylist/FooUnitTest.java‎

Copy file name to clipboardExpand all lines: java-collections-conversions/src/test/java/com/baeldung/convertcollectiontoarraylist/FooUnitTest.java
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ public static void setUpClass() {
3333
srcCollection.add(sam);
3434
srcCollection.add(alice);
3535
srcCollection.add(buffy);
36-
37-
// make sure the collection isn't sorted accidentally
38-
assertFalse("Oops: source collection is already sorted!", isSorted(srcCollection));
3936
}
4037

4138
/**

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.