Skip to content

Commit

Permalink
Remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvasquez committed Sep 17, 2024
1 parent f46f0de commit 48fc115
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vectorstores/mongovector/mongovector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ func setupTest(t *testing.T, dim int, index string) Store {
defer cancel()

err = client.Ping(ctx, nil)

require.NoError(t, err, "failed to ping server")

time.Sleep(5 * time.Second) // Let the container warm up
Expand Down

0 comments on commit 48fc115

Please sign in to comment.