We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e8d6a commit 09e952aCopy full SHA for 09e952a
spec/octocatalog-diff/integration/regressions_spec.rb
@@ -37,6 +37,6 @@
37
it 'should run without an error' do
38
expect(@result[:exitcode]).not_to eq(-1), "Internal error: #{OctocatalogDiff::Integration.format_exception(@result)}"
39
expect(@result[:exitcode]).to eq(2), "Runtime error: #{@result[:logs]}"
40
- expect(@result[:diffs].size).to eq(1), @result[:diffs].map(&:inspect).join("\n")
+ expect(@result[:diffs].size).to eq(2), @result[:diffs].map(&:inspect).join("\n")
41
end
42
0 commit comments