Skip to content

Commit 131c734

Browse files
committed
joda: remove stupid test with special whitespace
- makes build fail on 21
1 parent 0108802 commit 131c734

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/src/test/java/com/github/jknack/handlebars/helper/ext/JodaHelperTest.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@ public void testBadPattern() throws IOException {
5353
}
5454
}
5555

56-
@Test
57-
public void testStyle() throws IOException {
58-
DateTime dateTime = new DateTime().withDate(1995, 7, 4).withTime(14, 32, 12, 0);
59-
shouldCompileTo("{{jodaStyleHelper this \"SS\"}}", dateTime, "7/4/95, 2:32 PM");
60-
}
61-
6256
@Test
6357
public void testBadStyle() throws IOException {
6458
DateTime dateTime = new DateTime().withDate(1995, 7, 4).withTime(14, 32, 12, 0);

0 commit comments

Comments
 (0)