Skip to content

Commit

Permalink
Test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
dariober committed Jul 26, 2024
1 parent 71946f6 commit 9f15ee9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/samTextViewer/InteractiveInputTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ public void canHandleSessionNameNotFound()
System.out.println("STDOUT:\n" + pi.stdout);
System.out.println("STDERR:\n" + pi.stderr);
System.out.println("DONE");
assertEquals("foo", pi.stderr);
// assertTrue(pi.stderr.contains("Cannot find session with name 'spam'"));
}

Expand Down

0 comments on commit 9f15ee9

Please sign in to comment.