aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'sqlite3_test.go')
-rw-r--r--sqlite3_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlite3_test.go b/sqlite3_test.go
index 581d289..9cc5a0e 100644
--- a/sqlite3_test.go
+++ b/sqlite3_test.go
@@ -14,7 +14,7 @@ import (
"testing"
"time"
- "./sqlite3_test"
+ "github.com/mattn/go-sqlite3/sqlite3_test"
)
func TempFilename() string {