Skip to content

Commit

Permalink
Test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
dariober committed Jul 26, 2024
1 parent 9f15ee9 commit e58cff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/samTextViewer/InteractiveInputTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +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);
assertEquals("bar", pi.stdout);
// assertTrue(pi.stderr.contains("Cannot find session with name 'spam'"));
}

Expand Down

0 comments on commit e58cff4

Please sign in to comment.