Skip to content

Commit

Permalink
tweak test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Apr 10, 2024
1 parent 37094d7 commit 0a5939b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/error-demo/test/sagas.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ test('error in helper: shows correct error logs with source of error', (t) => {
.catch((/* error */) => {
const expected = [
'undefinedIsNotAFunction is not defined',
'The above error occurred in task retry\n created by errorInRetrySaga src/sagas/index.js?73\n',
'The above error occurred in task retry$1\n created by errorInRetrySaga src/sagas/index.js?73\n',
]
t.deepEqual(actual, expected)
t.end()
Expand Down

0 comments on commit 0a5939b

Please sign in to comment.