Skip to content

Commit

Permalink
fix: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cking committed Feb 17, 2023
1 parent 23b386b commit 942c17f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migrator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (
"os"
"testing"

"github.com/jackc/pgx/v5"
"github.com/z0ne-dev/mgx"
"github.com/jackc/pgx"
"github.com/z0ne-dev/mgx/v2"
)

var migrations = []mgx.Migration{
Expand Down

0 comments on commit 942c17f

Please sign in to comment.