Skip to content

Commit

Permalink
apply review comments
Browse files Browse the repository at this point in the history
Signed-off-by: NikitaSkrynnik <nikita.skrynnik@xored.com>
  • Loading branch information
NikitaSkrynnik committed Aug 12, 2024
1 parent 50d835b commit 815f4b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_single/ipsec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ import (

func TestRunIpsecSuite(t *testing.T) {
ipsecSuite := new(ipsec_mechanism.Suite)
parallel.Run(t, new(ipsec_mechanism.Suite), parallel.WithRunningTestsSynchronously(ipsecSuite.TestVl3_basic))
parallel.Run(t, ipsecSuite, parallel.WithRunningTestsSynchronously(ipsecSuite.TestVl3_basic))
}

0 comments on commit 815f4b2

Please sign in to comment.