diff --git a/lib/ex_projections/gen_data.ex b/lib/ex_projections/gen_data.ex index c5a8c96..f91d1fe 100644 --- a/lib/ex_projections/gen_data.ex +++ b/lib/ex_projections/gen_data.ex @@ -35,7 +35,7 @@ defmodule ExProjections.GenData do defp test_map(dir) do %{ "apps/#{dir}/test/*_test.exs" => %{ - "type" => "src", + "type" => "test", "alternate" => "apps/#{dir}/lib/{}.ex" } }