Skip to content

Commit df5353a

Browse files
author
Calum Gilchrist
committed
Revert Unneeded Test Change
1 parent afe2aa3 commit df5353a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/octocatalog-diff/integration/preserve_environments_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
end
4848

4949
it 'should exit without error' do
50-
expect(@result.exitcode).to eq(2), OctocatalogDiff::Integration.format_exception(@result)
50+
expect(@result.exitcode).to eq(0), OctocatalogDiff::Integration.format_exception(@result)
5151
expect(@result.exception).to be_nil, OctocatalogDiff::Integration.format_exception(@result)
5252
end
5353
end

0 commit comments

Comments
 (0)