From 8e7ef39db7567926775a31703d1c5982b3c1fdfa Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 13 Aug 2021 15:51:02 +0100 Subject: [PATCH] delint --- test/end-to-end-tests/src/scenario.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/end-to-end-tests/src/scenario.js b/test/end-to-end-tests/src/scenario.js index 7e47d42dcf..b6581d4930 100644 --- a/test/end-to-end-tests/src/scenario.js +++ b/test/end-to-end-tests/src/scenario.js @@ -20,7 +20,6 @@ const toastScenarios = require('./scenarios/toast'); const roomDirectoryScenarios = require('./scenarios/directory'); const lazyLoadingScenarios = require('./scenarios/lazy-loading'); const e2eEncryptionScenarios = require('./scenarios/e2e-encryption'); -const spacesScenarios = require('./scenarios/spaces'); module.exports = async function scenario(createSession, restCreator) { let firstUser = true;