Skip to content

Commit

Permalink
Update extensions/qute/deployment/src/test/java/io/quarkus/qute/deplo…
Browse files Browse the repository at this point in the history
…yment/extensions/TimeTemplateExtensionsTest.java

Co-authored-by: George Gastaldi <[email protected]>
  • Loading branch information
mkouba and gastaldi authored Sep 16, 2020
1 parent a241f2f commit a77c996
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class TimeTemplateExtensionsTest {
public void testFormat() {
Calendar nowCal = Calendar.getInstance();
nowCal.set(Calendar.YEAR, 2020);
nowCal.set(Calendar.MONTH, 8);
nowCal.set(Calendar.MONTH, Calendar.SEPTEMBER);
nowCal.set(Calendar.DAY_OF_MONTH, 10);
Date nowDate = nowCal.getTime();
assertEquals("10 2020:10 Sep 2020:10 Sep 2020:10 2020", foo
Expand Down

0 comments on commit a77c996

Please sign in to comment.