Skip to content

Commit

Permalink
FIX: Finding
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusmihaic committed Mar 16, 2022
1 parent 4d27010 commit 779733d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vm/systemSmartContracts/staking_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3350,7 +3350,6 @@ func TestStakingSC_StakingV4Flags(t *testing.T) {
stakingSmartContract.EpochConfirmed(args.EpochConfig.EnableEpochs.StakingV4EnableEpoch, 0)

arguments := CreateVmContractCallInput()
arguments.Arguments = [][]byte{}
arguments.Function = "getQueueIndex"
retCode := stakingSmartContract.Execute(arguments)
require.Equal(t, vmcommon.UserError, retCode)
Expand Down

0 comments on commit 779733d

Please sign in to comment.