Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 5d152c1

Browse files
committed
native: update test fixtures
Signed-off-by: Alexander Bezzubov <[email protected]>
1 parent 33a8a05 commit 5d152c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native/src/test/java/bblfsh/DriverTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public void processInvalid() throws DriverException, CloseException {
6767
driver.processOne();
6868

6969
final String result = new String(out.toByteArray());
70-
assertThat(result).isEqualTo("{\"status\":\"fatal\",\"errors\":[\"Unrecognized token 'garbage': was expecting ('true', 'false' or 'null')\\n at [Source: garbage; line: 1, column: 15]\"]}\n");
70+
assertThat(result).isEqualTo("{\"status\":\"fatal\",\"errors\":[\"Unrecognized token 'garbage': was expecting ('true', 'false' or 'null')\\n at [Source: (String)\\\"garbage\\\"; line: 1, column: 15]\"]}\n");
7171
}
7272

7373
@Test

0 commit comments

Comments
 (0)