Skip to content

Commit 7526687

Browse files
author
Opass Chang
committed
change before into beforeEach in test spec
1 parent 91c2f4f commit 7526687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CachedTwap.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ describe("Cached Twap Spec", () => {
7272
}
7373
}
7474

75-
before(async () => {
75+
beforeEach(async () => {
7676
const _fixture = await loadFixture(priceFeedFixture)
7777
bandReference = _fixture.bandReference
7878
bandPriceFeed = _fixture.bandPriceFeed

0 commit comments

Comments
 (0)