summaryrefslogtreecommitdiff
path: root/internal/pipeline/put_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/pipeline/put_test.go')
-rw-r--r--internal/pipeline/put_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/pipeline/put_test.go b/internal/pipeline/put_test.go
index 5fb5b43..66fa0c2 100644
--- a/internal/pipeline/put_test.go
+++ b/internal/pipeline/put_test.go
@@ -77,7 +77,7 @@ func Test_DetectQueueType(t *testing.T) {
func Test_UploadImages(t *testing.T) {
var slog StrLog
- vlog := log.New(&slog, "", 0)
+ vlog := log.New(&slog, "", 0)
var conns []connection
conns = append(conns, connection{name: "local", c: &bookpipeline.LocalConn{Logger: vlog}})