Skip to content

Commit 3f3f3d8

Browse files
committed
remove .only
1 parent f5adeb8 commit 3f3f3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/viewers/fliRebalanceViewer.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ describe("FLIRebalanceViewer", () => {
605605
});
606606
});
607607

608-
context.only("when there is a multihop trade", async () => {
608+
context("when there is a multihop trade", async () => {
609609
describe("when above max leverage ratio but below incentivized leverage ratio", async () => {
610610
beforeEach(async () => {
611611
await compoundSetup.priceOracle.setUnderlyingPrice(cEther.address, ether(850));

0 commit comments

Comments
 (0)