From 1b8a3151bbb15322bd22bbff841803c6bc9cd7d0 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sun, 4 Feb 2024 15:06:34 +0700 Subject: all: apply recommendation from linter revive --- client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client_test.go') 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 { -- cgit v1.3