fix(tests): faker deprecations

This commit is contained in:
lowlighter
2022-08-28 10:28:46 -04:00
parent c895cb042d
commit 3afec27821
5 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ export default function({faker, query, login = faker.internet.userName()}) {
return ({
user: {
databaseId: faker.datatype.number(10000000),
name: faker.name.findName(),
name: faker.name.fullName(),
login,
createdAt: `${faker.date.past(10)}`,
avatarUrl: faker.image.people(),