Skip to content

Commit

Permalink
Use correct path suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmya committed Oct 8, 2024
1 parent 0190f27 commit 04bfd51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SourceryTests/ConfigurationSpec.swift
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class ConfigurationSpec: QuickSpec {
let configServerUrl = configs[0].args[serverUrlArg] as? String

expect(configServerUrl).to(equal(serverUrl))
expect(path).to(equal(Stubs.configs))
expect(path).to(equal(Stubs.configs + env["SOURCE_PATH"]))
} catch {
expect("\(error)").to(equal("Invalid config file format. Expected dictionary."))
}
Expand Down

0 comments on commit 04bfd51

Please sign in to comment.