Skip to content

Commit dc8e870

Browse files
authored
Update posts_factory.js
1 parent 61f6957 commit dc8e870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/data/rest/posts_factory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ const { Factory } = require('rosie');
22
const { faker } = require('@faker-js/faker');
33

44
module.exports = new Factory()
5-
.attr('author', () => faker.name.findName())
5+
.attr('author', () => faker.name.fullName())
66
.attr('title', () => faker.lorem.sentence())
77
.attr('body', () => faker.lorem.paragraph());

0 commit comments

Comments
 (0)