Skip to content

Commit

Permalink
test(vault): update testDeploymentAndInitialization view
Browse files Browse the repository at this point in the history
Update test to ensure it does not modify state.
  • Loading branch information
nekofar committed Aug 10, 2024
1 parent 45efb7d commit 9635933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/LilNounsVault.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ contract LilNounsVaultTest is Test {
}

// Test for deployment and initialization
function testDeploymentAndInitialization() public {
function testDeploymentAndInitialization() public view {
assertEq(lilNounsVault.owner(), owner);
}

Expand Down

0 comments on commit 9635933

Please sign in to comment.