From 01e6bcdfcc0caed80ddd0069ae3f3887ebfdf26b Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Sun, 8 Sep 2024 23:49:49 +1200 Subject: [PATCH] Simplified test. --- test/protocol/http/body/streamable.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/protocol/http/body/streamable.rb b/test/protocol/http/body/streamable.rb index bd35b34..51a8885 100644 --- a/test/protocol/http/body/streamable.rb +++ b/test/protocol/http/body/streamable.rb @@ -133,9 +133,6 @@ end.to raise_exception(RuntimeError, message: be =~ /Oh no... a wild error appeared!/) expect(stream.string).to be == "Hello" - - body.stream(nil) - body.close end end end