Skip to content

Commit

Permalink
GODRIVER-2946 Remove call to mtest.T.Close in Go integration. (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdale authored Aug 16, 2023
1 parent 6f5b96e commit bef85b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integrations/go/workload_executor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ func TestAtlasPlannedMaintenance(t *testing.T) {
RunOn(fileReqs...).
CreateClient(false)
mt := mtest.New(t, mtOpts)
defer mt.Close()

testCase := testCases[0]
testOpts := mtest.NewOptions().
Expand Down

0 comments on commit bef85b7

Please sign in to comment.