Skip to content

Commit

Permalink
GO-4840 Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillSto committed Jan 16, 2025
1 parent be7d39d commit 818e14e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/history/history_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ func TestHistory_DiffVersions(t *testing.T) {

// then
assert.Nil(t, err)
assert.Len(t, changes, 3)
assert.Len(t, changes, 4)
})
t.Run("object diff -local relations changes", func(t *testing.T) {
// given
Expand Down
2 changes: 1 addition & 1 deletion core/subscription/internalsub_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (
mb2 "github.com/cheggaaa/mb/v3"
"github.com/stretchr/testify/require"

"github.com/anyproto/anytype-heart/core/event"
"github.com/anyproto/anytype-heart/core/domain"
"github.com/anyproto/anytype-heart/core/event"
"github.com/anyproto/anytype-heart/pb"
"github.com/anyproto/anytype-heart/pkg/lib/bundle"
"github.com/anyproto/anytype-heart/pkg/lib/database"
Expand Down

0 comments on commit 818e14e

Please sign in to comment.