From 94b8a7f89170b44c72a42d4a736cfb3d24968d7c Mon Sep 17 00:00:00 2001 From: Jakob Ackermann Date: Sun, 23 Feb 2020 15:44:16 +0000 Subject: [PATCH] [misc] test/unit: KeybuilderTests: use a unique suite label --- services/filestore/test/unit/js/KeybuilderTests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/filestore/test/unit/js/KeybuilderTests.js b/services/filestore/test/unit/js/KeybuilderTests.js index 4364b668a3..774fc2f366 100644 --- a/services/filestore/test/unit/js/KeybuilderTests.js +++ b/services/filestore/test/unit/js/KeybuilderTests.js @@ -2,7 +2,7 @@ const SandboxedModule = require('sandboxed-module') const modulePath = '../../../app/js/KeyBuilder.js' -describe('LocalFileWriter', function() { +describe('KeybuilderTests', function() { let KeyBuilder const key = 'wombat/potato'