Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed May 6, 2024
1 parent 2b54976 commit ef68c32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/support/factory/route_pattern.ex
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Test.Support.Factory.RoutePattern do

alias RoutePatterns.RoutePattern

def route_pattern_factory(attrs) do
merge_attributes(%RoutePattern{}, attrs)
def route_pattern_factory do
%RoutePattern{}
end
end

0 comments on commit ef68c32

Please sign in to comment.