Skip to content

Commit

Permalink
refactor: remove hardcoded features path and replace with current dir…
Browse files Browse the repository at this point in the history
…ectory
  • Loading branch information
polok committed Apr 14, 2024
1 parent 3d6eb94 commit b720580
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ extension FeaturevisorTestRunner.Benchmark {
let f = try! SDKProvider.provide(
for: .ios,
under: options.environment,
using: "/Users/marcin.polak2/dev/workspace/featurevisor/features",
using: ".",
assertionAt: 1
)

Expand Down

0 comments on commit b720580

Please sign in to comment.