Skip to content

Commit 1bf2dd8

Browse files
committed
Fix text to match updated Window#inspect format.
1 parent a4ebb62 commit 1bf2dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/protocol/http2/window.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
with "#inspect" do
3535
it "can generate a string representation" do
36-
expect(window.inspect).to be =~ /used=0 available=65535 capacity=65535/
36+
expect(window.inspect).to be =~ /available=65535 used=0 capacity=65535/
3737
end
3838
end
3939
end

0 commit comments

Comments
 (0)