Skip to content

Commit

Permalink
chore: remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Mar 13, 2024
1 parent ae9b0bb commit e031401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/test/AxelarQueryAPI.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ describe("AxelarQueryAPI", () => {
expect(ethers.utils.parseEther("10000").gt(gasAmount as BigNumberish)).toBeTruthy();
});

test.only("It should include L1 fee for L2 destination chain", async () => {
test("It should include L1 fee for L2 destination chain", async () => {
// Testnet
const l2Chains = [
"fraxtal",
Expand Down

0 comments on commit e031401

Please sign in to comment.