Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranbt committed Sep 29, 2023
1 parent 9706ae6 commit 870747f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/vm/contracts_suave_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,10 @@ func TestSuave_BidWorkflow(t *testing.T) {
namespace string
bids []types.Bid
}{
{0, "a", nil},
{0, "a", []types.Bid{}},
{5, "a", []types.Bid{bid5}},
{10, "a", []types.Bid{bid10, bid10b}},
{11, "a", nil},
{11, "a", []types.Bid{}},
}

for _, c := range cases {
Expand Down

0 comments on commit 870747f

Please sign in to comment.