Skip to content

Commit

Permalink
trying to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Mar 23, 2024
1 parent 7cd3fa2 commit effee6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/headless/tests/persistence.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

describe("The persistent store", function() {

it("is unique to the user based on their JID",
fit("is unique to the user based on their JID",
mock.initConverse([], {'persistent_store': 'IndexedDB'}, (_converse) => {
const { session, storage } = _converse;
const bare_jid = session.get('bare_jid');
Expand Down

0 comments on commit effee6b

Please sign in to comment.