From 0cdc44a2054e424fa17b7e01e1c545736c145d89 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 26 Oct 2018 20:49:01 -0600 Subject: [PATCH] Appease the linter --- test/matrix-to-test.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/matrix-to-test.js b/test/matrix-to-test.js index c581880158..70533575c4 100644 --- a/test/matrix-to-test.js +++ b/test/matrix-to-test.js @@ -18,7 +18,7 @@ import { makeGroupPermalink, makeRoomPermalink, makeUserPermalink, - pickServerCandidates + pickServerCandidates, } from "../src/matrix-to"; import * as testUtils from "./test-utils"; @@ -293,7 +293,7 @@ describe('matrix-to', function() { }); // Technically disallowed but we'll test it anyways - it('should generate an event permalink for room aliases without candidate servers even when some are available', function() { + it('should generate an event permalink for room aliases without candidate servers', function() { peg.get().getRoom = () => { return { getJoinedMembers: () => [ @@ -318,7 +318,7 @@ describe('matrix-to', function() { expect(result).toBe("https://matrix.to/#/#somewhere:example.org"); }); - it('should generate a room permalink for room aliases without candidate servers even when some are available', function() { + it('should generate a room permalink for room aliases without candidate servers', function() { peg.get().getRoom = () => { return { getJoinedMembers: () => [