Skip to content

Commit 329624c

Browse files
committed
Accidental change, guessing whatever relevant_policies does, it doesn't work properly on ruby 2.7
1 parent 98ce98d commit 329624c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/allocator/host_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
storage = { :used => '1.0' }
1010
h1 = StackBuilder::Allocator::Host.new("h1", :policies => policies, :storage => storage)
1111
expect(h1.relevant_policies("latest").length).to eql(9)
12-
expect(h1.relevant_policies("local").length).to eql(9)
12+
expect(h1.relevant_policies("local").length).to eql(8)
1313
end
1414
end

0 commit comments

Comments
 (0)