Skip to content

Commit

Permalink
Revise test code
Browse files Browse the repository at this point in the history
  • Loading branch information
kokodak committed Aug 18, 2024
1 parent 8870618 commit 6c53aea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions test/integration/retention_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ import (
"github.com/yorkie-team/yorkie/server/backend/background"
"github.com/yorkie-team/yorkie/server/backend/database/mongo"
"github.com/yorkie-team/yorkie/server/logging"
"github.com/yorkie-team/yorkie/server/profiling/prometheus"
"github.com/yorkie-team/yorkie/test/helper"
)

Expand All @@ -48,7 +47,6 @@ func TestRetention(t *testing.T) {
func(
_ *background.Background,
f func(c context.Context),
_ *prometheus.Metrics,
_ string,
) {
f(context.Background())
Expand Down
2 changes: 0 additions & 2 deletions test/integration/snapshot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import (
"github.com/yorkie-team/yorkie/pkg/document/json"
"github.com/yorkie-team/yorkie/pkg/document/presence"
"github.com/yorkie-team/yorkie/server/backend/background"
"github.com/yorkie-team/yorkie/server/profiling/prometheus"
"github.com/yorkie-team/yorkie/test/helper"
)

Expand All @@ -44,7 +43,6 @@ func TestSnapshot(t *testing.T) {
func(
_ *background.Background,
f func(c context.Context),
_ *prometheus.Metrics,
_ string,
) {
f(context.Background())
Expand Down

0 comments on commit 6c53aea

Please sign in to comment.