Skip to content

Commit 732c552

Browse files
hhsnopekjescalan
authored andcommitted
update request options test
1 parent bbf8607 commit 732c552

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ test.cb('implements request options', t => {
196196

197197
api.run(undefined, () => {
198198
t.is(locals.contentful.cats.length, 1)
199-
t.is(locals.contentful.cats[0].fields.name, 'Nyan Cat')
199+
t.is(locals.contentful.cats[0].fields.name, 'Garfield')
200200
t.end()
201201
})
202202
})

0 commit comments

Comments
 (0)