mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
crystal tool format
This commit is contained in:
parent
6d12d111f4
commit
e6dc494f7e
3 changed files with 4 additions and 3 deletions
|
@ -65,8 +65,8 @@ describe "Kemal::WebSocketHandler" do
|
|||
|
||||
it "matches correct verb" do
|
||||
app = Kemal::Base.new
|
||||
handler = app.websocket_handler
|
||||
handler.next = app.route_handler
|
||||
handler = app.websocket_handler
|
||||
handler.next = app.route_handler
|
||||
app.ws "/" { }
|
||||
app.get "/" { "get" }
|
||||
request = HTTP::Request.new("GET", "/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue