Added links to the wiki

This commit is contained in:
Erik C. Thauvin 2023-03-17 22:53:27 -07:00
parent 7f1cea5714
commit 9db22d734a
6 changed files with 15 additions and 52 deletions

View file

@ -66,7 +66,7 @@ class TestFormat {
t = TemplateFactory.TXT.get("uptime2");
t.setAttribute(Uptime.class.getName(), 547800388076L);
assertThat(t.getContent()).matches("17Y-4M-2W-1D-6H-46M");
assertThat(t.getContent()).matches("17YRS-4MOS-2WKS-1D-6H-46M");
}
}