Skip to content

Commit ca2937d

Browse files
author
Ilya Brin
committed
fix test name
1 parent 25f80ba commit ca2937d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

handlebars/src/test/java/com/github/jknack/handlebars/InternalDataTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public void internalDataNotAvailableForRendering() throws IOException {
5555
}
5656

5757
@Test
58-
public void percentFormat() throws IOException {
58+
public void helperAbleToAccessInternalData() throws IOException {
5959
shouldCompileTo("{{printFooAndBar}}", "", "foo bar");
6060
}
6161
}

0 commit comments

Comments
 (0)