aboutsummaryrefslogtreecommitdiff
path: root/hotline/transaction_handlers_test.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2023-04-19 17:21:18 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2023-04-19 17:21:18 -0700
commitaeb97482e923b5c441dd59e3ca4a7e275ac2b4c2 (patch)
treebf6124b8dc1ae9e06b9328f4e22495fe51289232 /hotline/transaction_handlers_test.go
parent548d4bb93fe32d24b3fbc491a01e5c6127be9289 (diff)
Ran 'golangci-lint run -E gocritic,whitespace --fix' 🤞
Diffstat (limited to 'hotline/transaction_handlers_test.go')
-rw-r--r--hotline/transaction_handlers_test.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/hotline/transaction_handlers_test.go b/hotline/transaction_handlers_test.go
index 751590e..ff1a53c 100644
--- a/hotline/transaction_handlers_test.go
+++ b/hotline/transaction_handlers_test.go
@@ -1056,7 +1056,6 @@ func TestHandleNewFolder(t *testing.T) {
}
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
-
gotRes, err := HandleNewFolder(tt.args.cc, tt.args.t)
if (err != nil) != tt.wantErr {
t.Errorf("HandleNewFolder() error = %v, wantErr %v", err, tt.wantErr)
@@ -1175,7 +1174,6 @@ func TestHandleUploadFile(t *testing.T) {
}
tranAssertEqual(t, tt.wantRes, gotRes)
-
})
}
}
@@ -3781,7 +3779,6 @@ func TestHandleGetNewsArtNameList(t *testing.T) {
return
}
tranAssertEqual(t, tt.wantRes, gotRes)
-
})
}
}
@@ -3942,7 +3939,7 @@ func TestHandleNewNewsFldr(t *testing.T) {
// },
// },
// wantErr: assert.Error,
- //},
+ // },
}
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {