Skip to content

Commit

Permalink
test: add skipped test for DFMM allocate
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlak committed Feb 27, 2024
1 parent ef054f0 commit 9672182
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/unit/DFMM/Allocate.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ contract DFMMAllocateTest is DFMMSetUp {
vm.expectRevert(stdError.indexOOBError);
dfmm.allocate(0, empty);
}

function test_DFMM_allocate_EmitsAllocateEvent() public {
skip();
}
}

0 comments on commit 9672182

Please sign in to comment.