Skip to content

Commit 2d3f9aa

Browse files
author
邝谧
committed
style: fix goimports alignment in handler_test.go
1 parent 851dc1b commit 2d3f9aa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

a2asrv/handler_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2152,10 +2152,10 @@ func TestRequestHandler_DeleteTaskPushConfig(t *testing.T) {
21522152
withPushConfigs: true,
21532153
},
21542154
{
2155-
name: "delete from non-existent task",
2156-
req: &a2a.DeleteTaskPushConfigRequest{TaskID: "non-existent-task", ID: config1.ID},
2155+
name: "delete from non-existent task",
2156+
req: &a2a.DeleteTaskPushConfigRequest{TaskID: "non-existent-task", ID: config1.ID},
21572157
withPushConfigs: true,
2158-
wantErr: a2a.ErrTaskNotFound,
2158+
wantErr: a2a.ErrTaskNotFound,
21592159
},
21602160
{
21612161
name: "pushNotifications not supported",

0 commit comments

Comments
 (0)