Skip to content

Commit c1a204e

Browse files
committed
Update import path for user information choices
1 parent 6be69b7 commit c1a204e

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

tests/e2e/backend/utils/userInformation.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
import { faker } from "@faker-js/faker";
1+
import {faker} from "@faker-js/faker";
22
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";
3+
DIET_CHOICES,
4+
EDUCATION_CHOICES,
5+
POLITICAL_CHOICES,
6+
RACE_CHOICES,
7+
RELATIONSHIP_CHOICES,
8+
RELIGION_CHOICES,
9+
} from "common/lib/choices";
1010

1111
class UserAccountInformation {
1212

0 commit comments

Comments
 (0)