Skip to content

Commit

Permalink
Remove the .only for the describe of DMs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreyhh committed Dec 7, 2023
1 parent bdadb30 commit aafdf9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SmartVaults.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,7 @@ describe('SmartVaults', () => {

});

describe.only('Direct Messages', () => {
describe('Direct Messages', () => {
let keySet
let bob
let alice
Expand Down

0 comments on commit aafdf9f

Please sign in to comment.