Skip to content

Commit

Permalink
Run test cases in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavGatsanoga committed Oct 30, 2019
1 parent 245ae42 commit 11781a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions notifier/handlers_test.go
Expand Up @@ -361,7 +361,9 @@ func TestProcessingNotifyRequestsDoesNotBlock(t *testing.T) {
}

for _, test := range testCases {
test := test
t.Run(test.name, func(t *testing.T) {
t.Parallel()
kc := &mockKafkaClient{}
service := NewNotifierService(kc, test.slClient)

Expand Down

0 comments on commit 11781a7

Please sign in to comment.