Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
3esmit committed Jan 25, 2024
1 parent d83e128 commit 209ab7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/StakeManager.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ contract MigrateTest is StakeManagerTest {
StakeVault userVault = _createTestVault(testUser);
vm.prank(testUser);
vm.expectRevert(StakeManager.StakeManager__NoPendingMigration.selector);
userVault.updateManager();
userVault.acceptMigration();
}
}

Expand Down

0 comments on commit 209ab7e

Please sign in to comment.