Skip to content

Commit

Permalink
tests(block-tag): reenable disabled test
Browse files Browse the repository at this point in the history
  • Loading branch information
oumar-fall committed Oct 24, 2024
1 parent 04c17a4 commit 8ae1af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/units/blockTag.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as process from "process";
import { MorphoAaveV3Adapter } from "../../src";
import { Underlying } from "../../src/mocks/markets";

describe.skip("Get positions at different blockTags", () => {
describe("Get positions at different blockTags", () => {
const userAddress = "0x8C01527C46f0adD00d4B52110b74e4A883590cA7"; // iaezi.eth
// https://etherscan.io/tx/0xf67774337bcee684cc87abe3a96f68d3eb6ed2d79394f6bd38428782a4bc2837
// first deposit of 1 WETH
Expand Down

0 comments on commit 8ae1af2

Please sign in to comment.