diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-06-18 23:32:46 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-06-18 23:32:46 -0400 |
commit | 41398b172a5fd908195a31fe1cd1e727eac95051 (patch) | |
tree | fd22fc061476aadd61e648dbb4fc198dd6565b32 /svc/cache_test.go | |
parent | c5daf914198948ef96cb463641ecc734471bcdd5 (diff) | |
download | getwtxt-41398b172a5fd908195a31fe1cd1e727eac95051.tar.gz |
changes related to registry-v0.3.0 v0.4.3
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) { |