Skip to content

Commit

Permalink
test: test params
Browse files Browse the repository at this point in the history
  • Loading branch information
phamphong9981 committed Aug 15, 2023
1 parent 074a04c commit 28b3b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/services/api-gateways/cw721_admin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default class Cw721AdminTest {
contractAddress: 'abc',
type: 'all',
});
} finally {
} catch {
// eslint-disable-next-line no-empty
}
expect(spy).toHaveBeenCalledTimes(5);
Expand All @@ -87,7 +87,7 @@ export default class Cw721AdminTest {
contractAddress: ['abc', 'xyz'],
type: 'all',
});
} finally {
} catch {
// eslint-disable-next-line no-empty
}
expect(spy).toHaveBeenCalledTimes(7);
Expand Down

0 comments on commit 28b3b10

Please sign in to comment.