Skip to content

Commit

Permalink
chore: improve test description
Browse files Browse the repository at this point in the history
  • Loading branch information
bvotteler committed May 23, 2023
1 parent 5a1a7c9 commit b057649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/parachain/redeem.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ describe("DefaultRedeemAPI", () => {
sinon.reset();
});

it("should return zero when no getLiquidationVault rejects with no liquidation vault message", async () => {
it("should return zero if getLiquidationVault rejects with no liquidation vault message", async () => {
// stub internal call to return no liquidation vault
stubbedVaultsApi.getLiquidationVault.withArgs(sinon.match.any).returns(Promise.reject(NO_LIQUIDATION_VAULT_FOUND_REJECTION));

Expand Down

0 comments on commit b057649

Please sign in to comment.