Skip to content

Commit

Permalink
Genericize name
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Nov 29, 2019
1 parent 8c3ceea commit 89decda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/Fc/Domain.Tests/Infrastructure.fs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module Cosmos =
let connect () =
match EnvVar.tryGet "EQUINOX_COSMOS_CONNECTION", EnvVar.tryGet "EQUINOX_COSMOS_DATABASE", EnvVar.tryGet "EQUINOX_COSMOS_CONTAINER" with
| Some s,Some d,Some c ->
let appName = "loki-dcfin-acceptance"
let appName = "Domain.Tests"
let discovery = Equinox.Cosmos.Discovery.FromConnectionString s
let connector = Equinox.Cosmos.Connector(TimeSpan.FromSeconds 5., 1, TimeSpan.FromSeconds 5., Serilog.Log.Logger)
let connection = connector.Connect(appName,discovery) |> Async.RunSynchronously
Expand Down

0 comments on commit 89decda

Please sign in to comment.