diff options
Diffstat (limited to 'cache/native/native_test.go')
-rw-r--r-- | cache/native/native_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cache/native/native_test.go b/cache/native/native_test.go index 6c977ed..13a2fb5 100644 --- a/cache/native/native_test.go +++ b/cache/native/native_test.go @@ -4,8 +4,8 @@ import ( "sync" "testing" - "github.com/ewhal/nyaa/common" - "github.com/ewhal/nyaa/model" + "github.com/NyaaPantsu/nyaa/common" + "github.com/NyaaPantsu/nyaa/model" ) // Basic test for deadlocks and race conditions |