diff options
Diffstat (limited to 'svc/cache_test.go')
-rw-r--r-- | svc/cache_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svc/cache_test.go b/svc/cache_test.go index f167913..af2b1de 100644 --- a/svc/cache_test.go +++ b/svc/cache_test.go @@ -45,7 +45,7 @@ func Test_cacheUpdate(t *testing.T) { t.Logf("both are in the expected order. I need to do some more investigation before I can correct the test") t.Logf("or correct the library functions.") t.SkipNow() - raw, _, _ := registry.GetTwtxt(urls) + raw, _, _ := registry.GetTwtxt(urls, nil) manual, _ := registry.ParseUserTwtxt(raw, "gbmor", urls) if !reflect.DeepEqual(newStatus, manual) { |