Skip to content

Commit

Permalink
fix: Update src/modules/worlds/sagas.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Lautaro Petaccio <1120791+LautaroPetaccio@users.noreply.github.com>
Signed-off-by: Fernando Zavalia <24811313+fzavalia@users.noreply.github.com>
  • Loading branch information
fzavalia and LautaroPetaccio committed Oct 2, 2023
1 parent 1bb8006 commit 9f80ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/worlds/sagas.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('when handling the request action to fetch worlds stats for a wallet',
})
})

describe('when the worlds api request return null', () => {
describe('when the worlds api request returns null', () => {
it('should put the failure action with the request action address and the error message', () => {
return expectSaga(worldsSaga)
.provide([[call([content, content.fetchWalletStats], address), null]])
Expand Down

0 comments on commit 9f80ae8

Please sign in to comment.