From 55477a7b50f65561ff07953642f22c744d4cd50a Mon Sep 17 00:00:00 2001 From: Samuel Nelson Date: Sat, 26 Oct 2019 11:09:12 -0500 Subject: [PATCH] dialect tests: update import path for onpar --- dialect_mysql_test.go | 6 +++--- dialect_postgres_test.go | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dialect_mysql_test.go b/dialect_mysql_test.go index 0ac0c8d4..20ddeac1 100644 --- a/dialect_mysql_test.go +++ b/dialect_mysql_test.go @@ -14,9 +14,9 @@ import ( "testing" "time" - "github.com/apoydence/onpar" - "github.com/apoydence/onpar/expect" - "github.com/apoydence/onpar/matchers" + "github.com/poy/onpar" + "github.com/poy/onpar/expect" + "github.com/poy/onpar/matchers" "github.com/go-gorp/gorp" ) diff --git a/dialect_postgres_test.go b/dialect_postgres_test.go index 462dc4e6..7b116f27 100644 --- a/dialect_postgres_test.go +++ b/dialect_postgres_test.go @@ -12,9 +12,9 @@ import ( "testing" "time" - "github.com/apoydence/onpar" - "github.com/apoydence/onpar/expect" - "github.com/apoydence/onpar/matchers" + "github.com/poy/onpar" + "github.com/poy/onpar/expect" + "github.com/poy/onpar/matchers" "github.com/go-gorp/gorp" )