Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dariober committed Jul 26, 2024
1 parent b8f921e commit a9f1804
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 @@ -237,7 +237,7 @@ public void canHandleSessionNameNotFound()
InvalidCommandLineException {
new Config(null);
TrackProcessor proc = this.gimmeTrackProcessor("chr7:1001-1800", 80);
InteractiveInput ip = new InteractiveInput(new ConsoleReader(), 0);
InteractiveInput ip = new InteractiveInput(new ConsoleReader(), 1);
ProcessInput pi = this.processInput(ip, "session open -f test_data/session.yaml spam", proc);
assertEquals("bar", pi.stderr);
// assertTrue(pi.stderr.contains("Cannot find session with name 'spam'"));
Expand Down

0 comments on commit a9f1804

Please sign in to comment.