diff options
Diffstat (limited to 'session_test.go')
| -rw-r--r-- | session_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
