diff options
| author | Ben Busby <noreply+git@benbusby.com> | 2021-11-12 14:40:05 -0700 |
|---|---|---|
| committer | Ben Busby <noreply+git@benbusby.com> | 2021-11-12 14:40:05 -0700 |
| commit | fec966ae59af3de1d1098ca11192041402c039cb (patch) | |
| tree | 1ead47bd39bdfb6252d321c55f1ed26fd58d4c7a /test/farside_test.exs | |
| parent | 3181bdfc80c1e712d84474f849408a6c5c22f20a (diff) | |
| download | farside-fec966ae59af3de1d1098ca11192041402c039cb.tar.gz | |
Fix formatting
Diffstat (limited to 'test/farside_test.exs')
| -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 |
