Skip to content

Commit

Permalink
FileTemplateLoader using nio files api
Browse files Browse the repository at this point in the history
  • Loading branch information
chbloemer committed Oct 10, 2023
1 parent 3598074 commit e0bbaea
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public void shouldGetAbsoluteFile() throws IOException {
FileTemplateLoader fileTemplateLoader = new FileTemplateLoader();
fileTemplateLoader.getReader(RESOURCE_PATH+"/pages/subdir/test.pug");
final long lastModified = fileTemplateLoader.getLastModified(RESOURCE_PATH + "/pages/subdir/test.pug");
assertEquals(1696925587000l,lastModified);
}
@Test
public void shouldGetAbsoluteFileWithBasePath() throws IOException {
Expand Down

0 comments on commit e0bbaea

Please sign in to comment.