diff options
Diffstat (limited to 'test/background/infrastructures')
-rw-r--r-- | test/background/infrastructures/MemoryStorage.test.js (renamed from test/background/infrastructures/memory-storage.test.js) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/background/infrastructures/memory-storage.test.js b/test/background/infrastructures/MemoryStorage.test.js index 8871749..95d3780 100644 --- a/test/background/infrastructures/memory-storage.test.js +++ b/test/background/infrastructures/MemoryStorage.test.js @@ -1,4 +1,4 @@ -import MemoryStorage from 'background/infrastructures/memory-storage'; +import MemoryStorage from 'background/infrastructures/MemoryStorage'; describe("background/infrastructures/memory-storage", () => { it('stores values', () => { |