From da6d14d05a5f4a87c97b4e6fb776460d28a90134 Mon Sep 17 00:00:00 2001 From: Will Hunt <will@half-shot.uk> Date: Tue, 15 May 2018 16:43:58 +0100 Subject: [PATCH] Should should --- test/test_matrixeventprocessor.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_matrixeventprocessor.ts b/test/test_matrixeventprocessor.ts index 449e75a..51fddac 100644 --- a/test/test_matrixeventprocessor.ts +++ b/test/test_matrixeventprocessor.ts @@ -85,7 +85,7 @@ describe("MatrixEventProcessor", () => { Chai.assert.equal(evt.author.url, "https://matrix.to/#/@test:localhost"); }); - it("Should should contain the users displayname if it exists.", () => { + it("Should contain the users displayname if it exists.", () => { const processor = createMatrixEventProcessor(); const evt = processor.EventToEmbed({ sender: "@test:localhost", @@ -99,7 +99,7 @@ describe("MatrixEventProcessor", () => { Chai.assert.equal(evt.author.url, "https://matrix.to/#/@test:localhost"); }); - it("Should should contain the users userid if the displayname is not set", () => { + it("Should contain the users userid if the displayname is not set", () => { const processor = createMatrixEventProcessor(); const evt = processor.EventToEmbed({ sender: "@test:localhost", -- GitLab