/ test / e2e-pipe-run9_test.exs
e2e-pipe-run9_test.exs
1  defmodule E2e-pipe-run9Test do
2    use ExUnit.Case
3  
4    test "hello/0 returns :world" do
5      assert E2e-pipe-run9.hello() == :world
6    end
7  end