Skip to content

Commit a79cfd1

Browse files
Fixing travis failed
1 parent 357af67 commit a79cfd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/src/test/java/io/split/client/SplitClientIntegrationTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,8 @@ public void splitClientMultiFactory() throws IOException, TimeoutException, Inte
399399
.Builder()
400400
.comment("initializing")
401401
.id("fakeid")
402+
.name("message")
403+
.data("{\"id\":\"222\",\"timestamp\":1588254668328,\"encoding\":\"json\",\"channel\":\"[?occupancy=metrics.publishers]control_pri\",\"data\":\"{\\\"metrics\\\":{\\\"publishers\\\":2}}\",\"name\":\"[meta]occupancy\"}")
402404
.build();
403405
OutboundSseEvent sseEventSplitUpdate = new OutboundEvent
404406
.Builder()

0 commit comments

Comments
 (0)