diff --git a/frontend/src/app.js b/frontend/src/app.js index a40c472..4c7e5ec 100644 --- a/frontend/src/app.js +++ b/frontend/src/app.js @@ -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", },