happy linting

This commit is contained in:
Marvin Preuss 2021-08-23 10:51:50 +02:00
parent 822af715a3
commit 9f0398ffae

View File

@ -1,4 +1,3 @@
//nolint:paralleltest
package web_test package web_test
import ( import (
@ -12,6 +11,8 @@ import (
) )
func TestTimerService(t *testing.T) { func TestTimerService(t *testing.T) {
t.Parallel()
tables := []struct { tables := []struct {
name string name string
req *api.Timer req *api.Timer