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 b191111
Show file tree
Hide file tree
Showing 2 changed files with 6 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
6 changes: 5 additions & 1 deletion drivers/mongo/context_test.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
//go:build go1.14
// +build go1.14

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 b191111

Please sign in to comment.