1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 21:50:15 +00:00

Fixed test

This commit is contained in:
Todd Martin
2025-02-01 18:33:15 -05:00
parent 69a21be347
commit 22dcb46976

View File

@@ -774,7 +774,6 @@ describe("deviceTrustService", () => {
updateTrustModel.currentDevice.encryptedUserKey === "4.ZW5jcnlwdGVkdXNlcg=="
);
}),
expect.stringMatching("test_device_identifier"),
);
});
});