Skip to content

Commit

Permalink
adapt mobx-react test
Browse files Browse the repository at this point in the history
  • Loading branch information
urugator committed Jun 21, 2021
1 parent 75d72cf commit 9eca68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mobx-react/__tests__/issue806.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ test("verify issue 806", () => {
x.a.toString()
expect(console.warn).toBeCalledTimes(1)
expect(console.warn).toHaveBeenCalledWith(
"[mobx] Observable ObservableObject@1.a being read outside a reactive context"
"[mobx] Observable 'ObservableObject@1.a' being read outside a reactive context."
)
})
})

0 comments on commit 9eca68b

Please sign in to comment.