[service] Make linter happy

This commit is contained in:
Daniel
2024-08-28 11:55:40 +02:00
parent 4b2e4f208f
commit 57e81fb6fb
4 changed files with 10 additions and 4 deletions

View File

@@ -9,6 +9,8 @@ import (
)
func TestDebug(t *testing.T) {
t.Parallel()
// Create test instance with at least one worker.
i := &Instance{}
n, err := notifications.New(i)