Skip to content

Commit

Permalink
Remove extraneous expected failure
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJem committed Jul 16, 2024
1 parent ae1a997 commit ae7e30c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion subgraphs/ethereum/tests/priceBase.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ describe("ETH-USD rate", () => {

assert.stringEquals(getBaseEthUsdRate().toString(), "0");
},
true,
);
});

Expand Down

0 comments on commit ae7e30c

Please sign in to comment.