Skip to content

Commit 9510055

Browse files
committed
feat: Use github actions
1 parent ca6b872 commit 9510055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/support/test_connection.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Mongo.TestConnection do
22
@moduledoc false
33

4-
@seeds ["127.0.0.1:27017", "127.0.0.1:27018", "127.0.0.1:27019"]
4+
@seeds ["127.0.0.1:27017"] ## todo , "127.0.0.1:27018", "127.0.0.1:27019"]
55

66
def connect() do
77
Mongo.start_link(database: "mongodb_test", seeds: @seeds, show_sensitive_data_on_connection_error: true)

0 commit comments

Comments
 (0)