Skip to content

Commit

Permalink
fix the import path
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Mar 11, 2024
1 parent 1afa59f commit 7ccf2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/connector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

"github.com/aws/aws-sdk-go-v2/config"
"github.com/go-sql-driver/mysql"
"github.com/shogo82148/rdsmysql/internal/testutils"
"github.com/shogo82148/rdsmysql/v2/internal/testutils"
)

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

0 comments on commit 7ccf2aa

Please sign in to comment.