Skip to content

Commit

Permalink
corrected test for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Feb 3, 2019
1 parent 3bbed08 commit d7418d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/object/proxy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default {
when(context.data.idProvider()).thenReturn('some id provider')

assert._isEqual(context.data.idProvider(), 'some id provider')
assert._isEqual(explain(context.data.idProvider), 'someContext.data.idProvider')
assert._isEqual(explain(context.data.idProvider).name, 'someContext.data.idProvider')
assert._isEqual(context.data.users[0].name, 'some name')
}
}

0 comments on commit d7418d9

Please sign in to comment.