Commit a36fcc1d authored by Lin Jen-Shin's avatar Lin Jen-Shin

Don't expect the ordering

parent a35c8f7c
......@@ -139,7 +139,8 @@ describe BuildDetailsEntity do
it { is_expected.to include(failure_reason: 'missing_dependency_failure') }
it 'includes the failing dependencies in the callout message' do
expect(message).to include('test2, test1')
expect(message).to include('test1')
expect(message).to include('test2')
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment