There was an error while loading. Please reload this page.
1 parent 6be69b7 commit c1a204eCopy full SHA for c1a204e
1 file changed
tests/e2e/backend/utils/userInformation.ts
@@ -1,12 +1,12 @@
1
-import { faker } from "@faker-js/faker";
+import {faker} from "@faker-js/faker";
2
import {
3
- RELATIONSHIP_CHOICES,
4
- POLITICAL_CHOICES,
5
- RELIGION_CHOICES,
6
- DIET_CHOICES,
7
- EDUCATION_CHOICES,
8
- RACE_CHOICES,
9
-} from "web/components/filters/choices";
+ DIET_CHOICES,
+ EDUCATION_CHOICES,
+ POLITICAL_CHOICES,
+ RACE_CHOICES,
+ RELATIONSHIP_CHOICES,
+ RELIGION_CHOICES,
+} from "common/lib/choices";
10
11
class UserAccountInformation {
12
0 commit comments