We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca014e0 commit cf378c4Copy full SHA for cf378c4
1 file changed
jlmap-fx/src/test/java/io/github/makbn/jlmap/fx/test/layer/JLUiLayerTest.java
@@ -164,7 +164,7 @@ void addPopup_withDefaultOptions_shouldExecuteCorrectScript() {
164
165
assertThat(result).isNotNull();
166
assertThat(result.getId()).startsWith("JLGeoJson");
167
- assertThat(result.getText()).isEqualTo("\"" + text + "\"");
+ assertThat(result.getText()).isEqualTo(text);
168
}
169
170
@Test
@@ -189,7 +189,7 @@ void addPopup_withCustomOptions_shouldIncludeOptionsInScript() {
189
assertThat(script).contains("autoClose: false");
190
191
192
193
194
195
0 commit comments