Skip to content

Commit

Permalink
fix(device): testUser.remove removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreyasSharma28 committed Jan 5, 2024
1 parent 2121f6f commit 0fc188c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('plugin-device', () => {
afterEach('unregister the device and remove test users', (done) => {
device
.unregister()
.then(() => testUsers.remove([user]))
// .then(() => testUsers.remove([user]))
.then(() => done())
.catch(done);
});
Expand Down

0 comments on commit 0fc188c

Please sign in to comment.