Skip to content

Commit

Permalink
Fix setting registry test build.
Browse files Browse the repository at this point in the history
  • Loading branch information
afshin committed May 15, 2019
1 parent 6e610f0 commit 9971ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-filebrowser/src/model.spec.ts
Expand Up @@ -77,7 +77,7 @@ describe('filebrowser/model', () => {
opener,
manager: serviceManager
});
state = new StateDB({ namespace: 'filebrowser/model' });
state = new StateDB();
});

beforeEach(async () => {
Expand Down

0 comments on commit 9971ec3

Please sign in to comment.