Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kelindar committed Sep 10, 2021
1 parent e0d0240 commit d0d0b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion txn_test.go
Expand Up @@ -478,7 +478,7 @@ func TestUpdateAt(t *testing.T) {
})

assert.NoError(t, c.UpdateAt(index, "col1", func(v Cursor) error {
v.SetString("hi")
v.Set("hi")
return nil
}))

Expand Down

0 comments on commit d0d0b66

Please sign in to comment.