Skip to content

Commit

Permalink
Fix CCK test helper from finding incorrect path for ndjson serializer…
Browse files Browse the repository at this point in the history
…/deserializer
  • Loading branch information
luke-hill committed Jan 6, 2025
1 parent 1e0e347 commit b9a20fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compatibility/support/cck/helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def parse_ndjson_file(path)
end

def parse_ndjson(ndjson)
Cucumber::Messages::NdjsonToMessageEnumerator.new(ndjson)
Cucumber::Messages::Helpers::NdjsonToMessageEnumerator.new(ndjson)
end
end
end

0 comments on commit b9a20fa

Please sign in to comment.