diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/farside_test.exs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/farside_test.exs b/test/farside_test.exs index a64a389..d508b27 100644 --- a/test/farside_test.exs +++ b/test/farside_test.exs @@ -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 |
