Skip to content

Commit 4415375

Browse files
committed
remove ws
1 parent 8d128b5 commit 4415375

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/subscriptions.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ function async_reader_with_stopfn(ws::HTTP.WebSockets.WebSocket, stopfn, checkti
196196
return ch
197197
end
198198

199-
200199
"""
201200
readfromwebsocket(ws::IO, stopfn, subtimeout)
202201

test/subscriptions.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,5 +205,4 @@ end
205205
@test results[1] isa GraphQLClient.GQLResponse{Response}
206206
@test isnothing(results[1].errors)
207207
@test !isnothing(results[1].data) # No point testing content as we've coded it in the test function
208-
209208
end

0 commit comments

Comments
 (0)