Skip to content

Commit

Permalink
Added missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
kotva006 committed May 11, 2024
1 parent 2891ee0 commit 39ebb47
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/support/factory/prediction.ex
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
defmodule Test.Support.Factory.Prediction do
@moduledoc """
Generated fake data for %RoutePattern{}
"""
use ExMachina

alias Predictions.Prediction

def prediction_factory do
%Prediction{}
end
end

0 comments on commit 39ebb47

Please sign in to comment.