mirror of
https://github.com/bitwarden/browser
synced 2026-02-02 09:43:29 +00:00
fix failing test
This commit is contained in:
@@ -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),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user