diff --git a/contracts/test/strategies/nativeSSVStaking.js b/contracts/test/strategies/nativeSSVStaking.js index 1fd21a0ae6..7eccc686c2 100644 --- a/contracts/test/strategies/nativeSSVStaking.js +++ b/contracts/test/strategies/nativeSSVStaking.js @@ -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" ); });