Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
benasher44 committed Jul 20, 2019
1 parent 15791e5 commit 0e181f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/junit_generator_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
end

it "includes .crash test attachments" do
tp = Trainer::TestParser.new("spec/fixtures/Test-ShapeSwift.xcresult/TestSummaries.plist", true)
tp = Trainer::TestParser.new("spec/fixtures/Test-ShapeSwift.xcresult/TestSummaries.plist", { include_crash_trace: true })
junit = File.read("spec/fixtures/Test-ShapeSwift.xcresult/TestSummaries.xml")
expect(tp.to_junit).to eq(junit)
end
Expand Down

0 comments on commit 0e181f1

Please sign in to comment.