Skip to content
Snippets Groups Projects
Commit 12e6a9e6 authored by Malte Bauch's avatar Malte Bauch
Browse files

Parallel for `pnd.Confirm` test case

parent 2dbb22c1
No related branches found
No related tags found
1 merge request!417Fix: Set does not update the model within the database
Pipeline #130362 failed
This commit is part of merge request !417. Comments created here will be created in the context of that merge request.
......@@ -983,7 +983,9 @@ func Test_pndImplementation_Confirm(t *testing.T) {
}
for _, tt := range tests {
tt := tt
t.Run(tt.name, func(t *testing.T) {
t.Parallel()
sbiService := NewGenericService[southbound.SouthboundInterface]()
networkElementService := NewNetworkElementServiceMock()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment