Skip to content

Commit 91bbfc8

Browse files
Swap Cleanup and CleanupExtnet order
1 parent ac32a10 commit 91bbfc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/multinetwork_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ func TestContainerIPsMultiNetwork(t *testing.T) {
5252
extnetNetworkName = fmt.Sprintf("%s-%s", "network-extnet", fmt.Sprintf("%06d", time.Now().UnixNano()%1000000))
5353
defer func() {
5454
if *cleanup {
55-
CleanupExtnet(t)
5655
Cleanup(t, profile, cancel)
56+
CleanupExtnet(t)
5757
}
5858
}()
5959

0 commit comments

Comments
 (0)