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 98ce98d commit 329624cCopy full SHA for 329624c
spec/allocator/host_spec.rb
@@ -9,6 +9,6 @@
9
storage = { :used => '1.0' }
10
h1 = StackBuilder::Allocator::Host.new("h1", :policies => policies, :storage => storage)
11
expect(h1.relevant_policies("latest").length).to eql(9)
12
- expect(h1.relevant_policies("local").length).to eql(9)
+ expect(h1.relevant_policies("local").length).to eql(8)
13
end
14
0 commit comments