aboutsummaryrefslogtreecommitdiffstats
path: root/skate/verify_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'skate/verify_test.go')
-rw-r--r--skate/verify_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/skate/verify_test.go b/skate/verify_test.go
index 0c6c88a..6770f18 100644
--- a/skate/verify_test.go
+++ b/skate/verify_test.go
@@ -33,7 +33,7 @@ func TestVerify(t *testing.T) {
t.Errorf("could not load test data: %v", err)
}
cases := strings.Split(string(data), "\n")
- t.Logf("running %d test cases; following https://github.com/miku/fuzzycat/blob/master/tests/data/verify.csv", len(cases))
+ t.Logf("running %d test cases; following https://gitlab.com/internetarchive/fuzzycat/blob/master/tests/data/verify.csv", len(cases))
for _, line := range cases {
line = strings.TrimSpace(line)
fields := strings.Split(line, ",")