1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-02 09:43:29 +00:00

fix failing test

This commit is contained in:
jaasen-livefront
2025-12-02 10:19:51 -08:00
parent f4c9c27e84
commit 756abc0a99

View File

@@ -63,7 +63,7 @@ describe("Password Depot 17 Xml Importer", () => {
const result = await importer.parse(PasswordTestData);
expect(result.folders).toEqual([
expect.objectContaining({
id: "",
id: null,
name: "tempDB",
revisionDate: expect.any(Date),
}),