Skip to content

Commit 7fc2802

Browse files
author
Philippe Lafoucrière
committed
Cleanup
1 parent 51347c2 commit 7fc2802

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

mysql.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ import (
1515
"strconv"
1616
"strings"
1717

18-
"github.com/gemnasium/migrate/driver"
19-
"github.com/gemnasium/migrate/file"
20-
"github.com/gemnasium/migrate/migrate/direction"
18+
"github.com/db-journey/migrate/direction"
19+
"github.com/db-journey/migrate/driver"
20+
"github.com/db-journey/migrate/file"
2121
"github.com/go-sql-driver/mysql"
2222
)
2323

mysql_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ import (
77
"strings"
88
"testing"
99

10-
"github.com/gemnasium/migrate/file"
11-
"github.com/gemnasium/migrate/migrate/direction"
12-
pipep "github.com/gemnasium/migrate/pipe"
10+
"github.com/db-journey/migrate/file"
11+
"github.com/db-journey/migrate/direction"
12+
pipep "github.com/db-journey/migrate/pipe"
1313
)
1414

1515
// TestMigrate runs some additional tests on Migrate().
16-
// Basic testing is already done in migrate/migrate_test.go
16+
// Basic testing is already done in migrate_test.go
1717
func TestMigrate(t *testing.T) {
1818
host := os.Getenv("MYSQL_PORT_3306_TCP_ADDR")
1919
port := os.Getenv("MYSQL_PORT_3306_TCP_PORT")

0 commit comments

Comments
 (0)