Skip to content

Commit

Permalink
Apply coderabbit review
Browse files Browse the repository at this point in the history
  • Loading branch information
chacha912 committed Dec 10, 2024
1 parent 0d1bc38 commit 4e8624d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/gc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1488,7 +1488,7 @@ func TestGarbageCollection(t *testing.T) {

// 01. Update changes over snapshot threshold.
for i := 0; i <= int(helper.SnapshotThreshold)/2; i++ {
err := d1.Update(func(root *json.Object, p *presence.Presence) error {
err = d1.Update(func(root *json.Object, p *presence.Presence) error {
root.GetText("text").Edit(0, 0, strconv.Itoa(i))
return nil
})
Expand Down

0 comments on commit 4e8624d

Please sign in to comment.