Skip to content

Commit 03c0a1b

Browse files
authored
Merge pull request #405 from go-gorp/import-updates
dialect tests: update import path for onpar
2 parents 65378da + 55477a7 commit 03c0a1b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

dialect_mysql_test.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ import (
1414
"testing"
1515
"time"
1616

17-
"github.com/apoydence/onpar"
18-
"github.com/apoydence/onpar/expect"
19-
"github.com/apoydence/onpar/matchers"
17+
"github.com/poy/onpar"
18+
"github.com/poy/onpar/expect"
19+
"github.com/poy/onpar/matchers"
2020
"github.com/go-gorp/gorp"
2121
)
2222

dialect_postgres_test.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ import (
1212
"testing"
1313
"time"
1414

15-
"github.com/apoydence/onpar"
16-
"github.com/apoydence/onpar/expect"
17-
"github.com/apoydence/onpar/matchers"
15+
"github.com/poy/onpar"
16+
"github.com/poy/onpar/expect"
17+
"github.com/poy/onpar/matchers"
1818
"github.com/go-gorp/gorp"
1919
)
2020

0 commit comments

Comments
 (0)