mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 02:33:46 +00:00
Fixed tests to initialize creation date
This commit is contained in:
@@ -27,11 +27,13 @@ const accounts: Record<UserId, AccountInfo> = {
|
||||
name: "some user",
|
||||
email: "some.user@example.com",
|
||||
emailVerified: true,
|
||||
creationDate: "2024-01-01T00:00:00.000Z",
|
||||
},
|
||||
[AnotherUser]: {
|
||||
name: "some other user",
|
||||
email: "some.other.user@example.com",
|
||||
emailVerified: true,
|
||||
creationDate: "2024-01-01T00:00:00.000Z",
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user