Skip to content

Commit 0a01dbf

Browse files
committed
tests: No white spaces in update-type
1 parent 269486e commit 0a01dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/net/twasi/obsremotejava/test/OBSCommunicatorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ void testUnsupportedEventReceived() {
5252

5353
connector.registerOnError(null);
5454

55-
connector.onMessage("{'update-type': 'DOES NOT EXIST'}");
55+
connector.onMessage("{'update-type': 'DOES_NOT_EXIST'}");
5656
}
5757

5858
}

0 commit comments

Comments
 (0)