Afshin Darian 7 år sedan
förälder
incheckning
2b6b691167
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      test/src/coreutils/statedb.spec.ts

+ 1 - 1
test/src/coreutils/statedb.spec.ts

@@ -41,7 +41,7 @@ describe('StateDB', () => {
 
     it('should clear the namespace if the sentinel is set', () => {
       let { localStorage } = window;
-      let key = 'test:stateDb:sentinel';
+      let key = 'test:statedb:sentinel';
       localStorage.setItem(key, 'sentinel');
       localStorage.setItem('test:foo', 'bar');
       let promise = new PromiseDelegate<void>();