Skip to content

Commit

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

alias JsonApi.Item

def item_factory(attrs) do
merge_attributes(%Item{}, attrs)
def item_factory do
%Item{}
end

@doc """
Expand Down

0 comments on commit 2b54976

Please sign in to comment.