From 3b31997d03c5fe1d61831b8601148d45403d6667 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sun, 8 Sep 2024 00:27:55 +0700 Subject: all: fix linter warnings --- awwan_local_test.go | 2 +- session_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/awwan_local_test.go b/awwan_local_test.go index 7c1b957..a36be2e 100644 --- a/awwan_local_test.go +++ b/awwan_local_test.go @@ -448,7 +448,7 @@ func TestAwwanLocal_withEncryption(t *testing.T) { ) for _, c = range cases { - t.Logf(c.desc) + t.Log(c.desc) req, err = NewExecRequest(CommandModeLocal, c.script, c.lineRange) if err != nil { diff --git a/session_test.go b/session_test.go index 281c2cc..c7da497 100644 --- a/session_test.go +++ b/session_test.go @@ -71,7 +71,7 @@ func TestSession_generatePaths(t *testing.T) { ) for _, c = range cases { - t.Logf(c.scriptPath) + t.Log(c.scriptPath) scriptPath = filepath.Clean(c.scriptPath) ses.ScriptDir = filepath.Dir(scriptPath) -- cgit v1.3