Skip to content

Commit

Permalink
test: scaffold for scenario 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ypatil12 committed Nov 29, 2023
1 parent bd9da88 commit 9ab01ad
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// SPDX-License-Identifier: BUSL-1.1
pragma solidity =0.8.12;

import "src/test/integration/IntegrationBase.t.sol";
import "src/test/integration/User.t.sol";
import "src/test/integration/tests/utils.t.sol";

contract Integration_Deposit_Delegate_Redelegate_Complete is IntegrationTestUtils {

}

0 comments on commit 9ab01ad

Please sign in to comment.