Skip to content

Commit

Permalink
Fix import path of gorp in test
Browse files Browse the repository at this point in the history
  • Loading branch information
pschyska committed Mar 26, 2015
1 parent 0ab1fcf commit 12b7097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"database/sql"
"os"

"github.com/go-gorp/gorp"
_ "github.com/mattn/go-sqlite3"
"github.com/rubenv/gorp"
. "gopkg.in/check.v1"
)

Expand Down

0 comments on commit 12b7097

Please sign in to comment.