Skip to content

Commit

Permalink
fix test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
leonitousconforti committed Oct 21, 2024
1 parent 76a101e commit 1909691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/setup-global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const setup = async function ({ provide }: GlobalSetupContext): Promise<v
Config.string("__DOCKER_HOST_CONNECTION_OPTIONS"),
Config.option,
Config.map(Option.map(MobyConnection.connectionOptionsFromUrl)),
Config.map(Option.getOrElse(MobyConnection.connectionOptionsFromPlatformSystemSocketDefault)),
Config.map(Option.getOrElse(() => MobyConnection.connectionOptionsFromPlatformSystemSocketDefault)),
Effect.flatten
);

Expand Down

0 comments on commit 1909691

Please sign in to comment.