Skip to content

Commit

Permalink
Remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
ljiatu committed Jan 1, 2024
1 parent d28460a commit 3a7200e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/FirstLossCoverTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ describe("FirstLossCover Tests", function () {
shares = toToken(100);
});

it.only("Should return the number of shares as the amount of assets if the current total supply is 0", async function () {
it("Should return the number of shares as the amount of assets if the current total supply is 0", async function () {
expect(await borrowerFirstLossCoverContract.totalSupply()).to.equal(0);
expect(await borrowerFirstLossCoverContract.convertToAssets(shares)).to.equal(shares);
});
Expand Down

0 comments on commit 3a7200e

Please sign in to comment.