Skip to content

Commit

Permalink
tests(gnorkle): fix ingester_test not compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtekgrinder committed Jan 17, 2025
1 parent 6227c64 commit 950f2ce
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ func TestValueIngester(t *testing.T) {
uassert.NoError(t, err)

ingestValue2 := "value2"
autocommit, err := valueIngester.Ingest(ingestValue2, "gno11112")
uassert.False(t, autocommit, "multi value ingester should return autocommit false")
autocommit2, err := valueIngester.Ingest(ingestValue2, "gno11112")
uassert.False(t, autocommit2, "multi value ingester should return autocommit false")
uassert.NoError(t, err)

err = valueIngester.CommitValue(storage, "gno11111")
Expand Down

0 comments on commit 950f2ce

Please sign in to comment.