summaryrefslogtreecommitdiff
path: root/client_test.go
diff options
context:
space:
mode:
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 {