From c16d4e15394f3bd3d9bfde356c91759fb557c9d8 Mon Sep 17 00:00:00 2001 From: plondon Date: Sun, 17 Oct 2021 11:56:39 -0400 Subject: [PATCH] Remove period from output should be message --- frontend/src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", },