Remove period from output should be message

This commit is contained in:
plondon 2021-10-17 11:56:39 -04:00
parent d7f3fc4173
commit c16d4e1539
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ const postTestResults = (testData, expectedOutput) => {
blocks: ["Output"],
duration: 1,
errors: [,],
name: `should be ${expectedOutput}.`,
name: `should be ${expectedOutput}`,
path: "",
status: pass ? "pass" : "fail",
},