Skip to content

Commit

Permalink
fix operator tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelkrolevets committed Oct 7, 2024
1 parent 2b5cab6 commit 50a1a26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/operator/state_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ func TestInitInstance(t *testing.T) {
Operators: ops,
Owner: common.HexToAddress("0x0000001"),
Nonce: 1,
Amount: uint64(spec_crypto.MIN_ACTIVATION_BALANCE),
T: 3,
WithdrawalCredentials: []byte{1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1},
}
Expand Down Expand Up @@ -222,6 +223,7 @@ func TestSwitch_cleanInstances(t *testing.T) {
Operators: ops,
Owner: common.HexToAddress("0x0000001"),
Nonce: 1,
Amount: uint64(spec_crypto.MIN_ACTIVATION_BALANCE),
WithdrawalCredentials: []byte{1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1},
T: 3,
}
Expand Down

0 comments on commit 50a1a26

Please sign in to comment.