Skip to content

Commit

Permalink
Update packages/providers/test/provider.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Anderson Arboleya <[email protected]>
  • Loading branch information
nedsalk and arboleya authored Dec 19, 2023
1 parent e527956 commit 70e11f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/providers/test/provider.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -936,11 +936,11 @@ describe('Provider', () => {

await expectToThrowFuelError(
async () => {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
for await (const value of provider.operations.statusChange({
transactionId: 'invalid transaction id',
})) {
//
// shouldn't be reached and should fail if reached
expect(value).toBeFalsy();
}
},

Expand Down

0 comments on commit 70e11f3

Please sign in to comment.