diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-09-23 21:38:07 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-09-23 21:38:07 +0200 |
commit | 3e2c21a396a0e1ce98a2fdb2de5018de0a380f71 (patch) | |
tree | 1f2ec3c364292789f53678271f3cff327f50e77f /skate | |
parent | 198accc647c2a16a75563edd0ffe00ba162f2c61 (diff) | |
download | refcat-3e2c21a396a0e1ce98a2fdb2de5018de0a380f71.tar.gz refcat-3e2c21a396a0e1ce98a2fdb2de5018de0a380f71.zip |
verify: fix link in log message
Diffstat (limited to 'skate')
-rw-r--r-- | skate/verify_test.go | 2 |
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, ",") |