Skip to content

Commit 3e0fe17

Browse files
committed
update test
1 parent fa58565 commit 3e0fe17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/org/elasticsearch/script/ScriptTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,6 @@ public void testDynamicMapToString() {
194194
map.put("long", 1L);
195195
map.put("string", "value");
196196
DynamicMap dm = new DynamicMap(map, Collections.emptyMap());
197-
assertThat(dm.toString(), both(containsString("long: 1")).and(containsString("string: value")));
197+
assertThat(dm.toString(), both(containsString("long=1")).and(containsString("string=value")));
198198
}
199199
}

0 commit comments

Comments
 (0)