Skip to content

Commit

Permalink
Fix failing tests (#14702)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Holtz committed May 2, 2019
1 parent ef58dad commit 6e9e9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spaceship/spec/spaceship_base_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def is_live
it 'helps troubleshoot json conversion issues' do
inst = test_class.new({ 'someAttributeName' => "iPhone\xAE" })
expect do
with_verbose(true) do
FastlaneSpec::Env.with_verbose(true) do
inst.raw_data.to_json
end
end.to raise_error(JSON::GeneratorError)
Expand Down

0 comments on commit 6e9e9f2

Please sign in to comment.