Skip to content

Commit

Permalink
SwanDebateTest.sol: Add integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
vivinvinh212 committed Feb 20, 2025
1 parent f41af71 commit e5fc44a
Show file tree
Hide file tree
Showing 2 changed files with 397 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/Helper.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ abstract contract Helper is Test {
error InvalidNonceFromHelperTest(uint256 taskId, uint256 nonce, uint256 computedNonce, address caller);

// @dev Set parameters for the test
function setUp() public deployment {
function setUp() public virtual deployment {
dria = vm.addr(1);
validators = [vm.addr(2), vm.addr(3), vm.addr(4)];
generators = [vm.addr(5), vm.addr(6), vm.addr(7)];
Expand Down
Loading

0 comments on commit e5fc44a

Please sign in to comment.