diff options
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 2a88f77..f18e387 100644 --- a/skate/verify_test.go +++ b/skate/verify_test.go @@ -50,7 +50,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 from https://git.io/JtjRL", len(cases)) +	t.Logf("running %d test cases; following https://github.com/miku/fuzzycat/blob/master/tests/data/verify.csv", len(cases))  	for _, line := range cases {  		line = strings.TrimSpace(line)  		fields := strings.Split(line, ",") | 
