mirror of
https://github.com/pushbits/server.git
synced 2025-05-14 01:16:57 +02:00
Use gofumpt as code formatter
This commit is contained in:
parent
04e29f04d9
commit
0b8d22d293
12 changed files with 23 additions and 30 deletions
|
@ -61,7 +61,6 @@ func TestApi_CreateNotification(t *testing.T) {
|
|||
|
||||
assert.Equalf(w.Code, req.ShouldStatus, "(Test case: \"%s\") Expected status code %v but have %v.", req.Name, req.ShouldStatus, w.Code)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
func TestApi_DeleteNotification(t *testing.T) {
|
||||
|
@ -93,5 +92,4 @@ func TestApi_DeleteNotification(t *testing.T) {
|
|||
|
||||
assert.Equalf(w.Code, req.ShouldStatus, "(Test case: \"%s\") Expected status code %v but have %v.", req.Name, req.ShouldStatus, w.Code)
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue