Skip to content

Commit

Permalink
actually add change, remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesEarle committed Oct 26, 2023
1 parent e40ba37 commit aadc380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ZNSSubRegistrar.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1373,7 +1373,7 @@ describe("ZNSSubRegistrar", () => {
expect(zeroVaultBalanceAfterRevoke.sub(zeroVaultBalanceAfter)).to.eq(0);
});

it.only("CurvePricer - StakePayment - stake fee - 13 decimals", async () => {
it("CurvePricer - StakePayment - stake fee - 13 decimals", async () => {
const priceConfig = {
maxPrice: parseUnits("30000.93", decimalValues.thirteen),
minPrice: parseUnits("2000.11", decimalValues.thirteen),
Expand Down

0 comments on commit aadc380

Please sign in to comment.