Skip to content

Commit 09e952a

Browse files
committed
Provide the correct answer to the test 😸
1 parent 35e8d6a commit 09e952a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/octocatalog-diff/integration/regressions_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
it 'should run without an error' do
3838
expect(@result[:exitcode]).not_to eq(-1), "Internal error: #{OctocatalogDiff::Integration.format_exception(@result)}"
3939
expect(@result[:exitcode]).to eq(2), "Runtime error: #{@result[:logs]}"
40-
expect(@result[:diffs].size).to eq(1), @result[:diffs].map(&:inspect).join("\n")
40+
expect(@result[:diffs].size).to eq(2), @result[:diffs].map(&:inspect).join("\n")
4141
end
4242
end

0 commit comments

Comments
 (0)