Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
sparrowDom committed May 6, 2024
1 parent 8f7d3d5 commit 967fe49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/test/strategies/nativeSSVStaking.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe("Unit test: Native SSV Staking Strategy", function () {
};

await expect(signer.sendTransaction(tx)).to.be.revertedWith(
"eth not sent from Fee Accumulator"
"eth not from allowed contracts"
);
});

Expand Down

0 comments on commit 967fe49

Please sign in to comment.