Spaces:
Sleeping
Sleeping
Andrew
commited on
Commit
·
0e4a8bc
1
Parent(s):
d0e2923
test(migrations): update mock data to match new User type
Browse files
src/lib/migrations/routines/09-delete-empty-conversations.spec.ts
CHANGED
|
@@ -16,6 +16,8 @@ const userData = {
|
|
| 16 |
name: "name",
|
| 17 |
avatarUrl: "https://example.com/avatar.png",
|
| 18 |
hfUserId: "9999999999",
|
|
|
|
|
|
|
| 19 |
} satisfies User;
|
| 20 |
Object.freeze(userData);
|
| 21 |
|
|
|
|
| 16 |
name: "name",
|
| 17 |
avatarUrl: "https://example.com/avatar.png",
|
| 18 |
hfUserId: "9999999999",
|
| 19 |
+
authProvider: "huggingface",
|
| 20 |
+
authId: "9999999999",
|
| 21 |
} satisfies User;
|
| 22 |
Object.freeze(userData);
|
| 23 |
|