Skip to content

Commit

Permalink
[O] Remove newline automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Dec 7, 2019
1 parent cc15e22 commit f12f75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/hydev/veracross/sdk/VeraTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ void init()
{
// Login Veracross
veracross = new VeracrossHttpClient();
.useDelimiter("\\A").next());
veracross.restoreSession(new Scanner(VeraTest.class.getResourceAsStream("/session.txt"), "UTF-8")
.useDelimiter("\\A").next().split("\n")[0]);
}

@Test @Order(2)
Expand Down

0 comments on commit f12f75b

Please sign in to comment.