Skip to content

Commit

Permalink
1. fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
maranqz committed Sep 2, 2024
1 parent 8588a5e commit 4142ecd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions drivers/mongo/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package mongo

import (
"context"

"go.mongodb.org/mongo-driver/mongo"

"github.com/avito-tech/go-transaction-manager/trm/v2"
Expand Down
3 changes: 2 additions & 1 deletion drivers/mongo/context_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ package mongo

import (
"context"
"testing"

"github.com/avito-tech/go-transaction-manager/trm/v2/manager"
"github.com/avito-tech/go-transaction-manager/trm/v2/settings"
"github.com/stretchr/testify/require"
"go.mongodb.org/mongo-driver/mongo/integration/mtest"
"testing"
)

func TestContext(t *testing.T) {
Expand Down

0 comments on commit 4142ecd

Please sign in to comment.