Skip to content

Commit

Permalink
Fix keyword argument passing for ruby v3
Browse files Browse the repository at this point in the history
  • Loading branch information
mjacobus committed Jan 25, 2021
1 parent b19d6f7 commit 1d83585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/koine/test_runner/builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def build_adapter(config)
end

klass = Object.const_get(adapter_class)
klass.new(symbolize_keys(config))
klass.new(**symbolize_keys(config))
end

def classify(klass)
Expand Down

0 comments on commit 1d83585

Please sign in to comment.