mirror of
https://github.com/benbusby/farside.git
synced 2025-04-30 07:30:02 +00:00
Fix formatting
This commit is contained in:
parent
3181bdfc80
commit
fec966ae59
3 changed files with 8 additions and 5 deletions
|
@ -10,9 +10,10 @@ defmodule FarsideTest do
|
|||
|
||||
def test_conn(path) do
|
||||
:timer.sleep(1000)
|
||||
|
||||
:get
|
||||
|> conn(path, "")
|
||||
|> Router.call(@opts)
|
||||
|> conn(path, "")
|
||||
|> Router.call(@opts)
|
||||
end
|
||||
|
||||
test "throttle" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue