Skip to content

Commit 9731271

Browse files
committed
CSHARP-2428: Fix minor typo that snuck into master.
1 parent ec3fe6d commit 9731271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MongoDB.Driver.Core.TestHelpers/CoreTestConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ private static ConnectionString GetConnectionString()
237237

238238
private static ConnectionString GetConnectionStringWithMultipleShardRouters()
239239
{
240-
var uri = Environment.GetEnvironmentVariable("MONGODB_URI_WITH_MULTIPLE_MONGOSES") ?? "mongodb://localhost,localhost:27018");
240+
var uri = Environment.GetEnvironmentVariable("MONGODB_URI_WITH_MULTIPLE_MONGOSES") ?? "mongodb://localhost,localhost:27018";
241241
return new ConnectionString(uri);
242242
}
243243

0 commit comments

Comments
 (0)