aboutsummaryrefslogtreecommitdiff
path: root/client_test.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-02-04 15:06:34 +0700
committerShulhan <ms@kilabit.info>2024-02-04 15:06:46 +0700
commit1b8a3151bbb15322bd22bbff841803c6bc9cd7d0 (patch)
treec1ce99d16a6e2181312e65fe81570cde2d17fe5c /client_test.go
parent023c92c594cb928e0c5f8217ba5599daf82e93e0 (diff)
downloadrescached-1b8a3151bbb15322bd22bbff841803c6bc9cd7d0.tar.xz
all: apply recommendation from linter revive
Diffstat (limited to 'client_test.go')
-rw-r--r--client_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client_test.go b/client_test.go
index 8d1d3d9..349b917 100644
--- a/client_test.go
+++ b/client_test.go
@@ -111,7 +111,7 @@ func TestClient_BlockdFetch(t *testing.T) {
err = os.WriteFile(affectedBlockd.fileDisabled, []byte("127.0.0.1 a.block\n"), 0644)
})
- expString = "BlockdFetch: 400 httpApiBlockdFetch: unknown hosts block.d name: xxx"
+ expString = `BlockdFetch: 400 httpAPIBlockdFetch: unknown hosts block.d name: xxx`
gotBlockd, err = resc.BlockdFetch("xxx")
if err != nil {