From 967fe497fb554143b592656a65338198ba59ac63 Mon Sep 17 00:00:00 2001 From: Domen Grabec Date: Mon, 6 May 2024 14:29:13 +0200 Subject: [PATCH] fix unit test --- contracts/test/strategies/nativeSSVStaking.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ); });