Skip to content

Commit

Permalink
Fix settings tests. (#2075)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstegeman authored Aug 14, 2019
1 parent 5bb0580 commit 8f174af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/integration/settings-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ const Constants = require('../../constants');
describe('settings/', () => {
let jwt;
beforeEach(async () => {
jwt = await createUser(server, TEST_USER);
// Clear settings storage
await Database.deleteEverything();
jwt = await createUser(server, TEST_USER);
});

it('Fail to get a setting that hasnt been set', async () => {
Expand Down

0 comments on commit 8f174af

Please sign in to comment.