Skip to content

Commit 61fadb2

Browse files
committed
Fixed some logging
1 parent 3fdffb1 commit 61fadb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/octopus_container_test_framework.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ func (o *OctopusContainerTest) ArrangeTest(t *testing.T, testFunc func(t *testin
316316

317317
networkErr := network.Remove(ctx)
318318

319-
if octoTerminateErr != nil || sqlTerminateErr != nil || networkErr != nil {
319+
if octoTerminateErr != nil || sqlTerminateErr != nil {
320320
t.Fatalf("failed to terminate container: %v %v", octoTerminateErr, sqlTerminateErr)
321321
}
322322

0 commit comments

Comments
 (0)