Skip to content

Commit cf2c661

Browse files
committed
Undo "trying to make test fail"
1 parent 3f7c3ca commit cf2c661

File tree

1 file changed

+1
-1
lines changed
  • jsgenerator-test/jsgenerator-test-core/src/test/java/com/osscameroon/jsgenerator/test/core

1 file changed

+1
-1
lines changed

jsgenerator-test/jsgenerator-test-core/src/test/java/com/osscameroon/jsgenerator/test/core/ConverterTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ void comparisonBetweenJsGeneratorAndOtherConverters(final VariableDeclaration va
189189
if (querySelectorAdded) {
190190

191191
assertThat(converted).containsExactly( "%s targetElement_000 = document.querySelector(`:root > body`);".formatted(keyword),
192-
"%s h1_001 = document.createElement('h1');".formatted(keyword),
192+
"%s h1_000 = document.createElement('h1');".formatted(keyword),
193193
"%s text_000 = document.createTextNode(`HTML To JavaScript`);".formatted(keyword),
194194
"h1_000.appendChild(text_000);",
195195
"targetElement_000.appendChild(h1_000);",

0 commit comments

Comments
 (0)