Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Apr 18, 2024
1 parent 286371f commit cf8c31a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ describe("DecryptionFailureBody", () => {

// Then
expect(container).toHaveTextContent(
verified ? "You need to verify this device for access to historical messages" : "Unable to decrypt",
verified ? "Unable to decrypt" : "You need to verify this device for access to historical messages",
);
});
},
Expand Down

0 comments on commit cf8c31a

Please sign in to comment.