Skip to content

Commit

Permalink
Fixes windows integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuel-keller committed Jun 19, 2024
1 parent 66aa797 commit 8daa21c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ void surrealdb_websocket() throws Exception {
RuntimeException e = assertThrows(RuntimeException.class, () -> {
surreal.connect("ws://localhost:8000");
});
assertTrue(e.getMessage().startsWith("There was an error processing a remote WS request: IO error: Connection refused "), e::getMessage);
assertTrue(e.getMessage().startsWith("There was an error processing a remote WS request: IO error:"), e::getMessage);
}
}

Expand Down

0 comments on commit 8daa21c

Please sign in to comment.