1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 17:59:25 +00:00

Change implementation of Test.dateString

This commit is contained in:
2022-04-22 02:32:49 +00:00
parent 0d4a1d339c
commit ec6305086e
4 changed files with 12 additions and 17 deletions

View File

@@ -144,7 +144,7 @@ class TestTemplate {
.setBody(
`New test added for class ${c.name}:\n` +
`Test name: ${this.name}\n` +
`Test date: ${t.dateString}\n` +
`Test date: ${t.getDateString()}\n` +
`Maximum mark: ${this.maxMark}`
);