Skip to content

Commit

Permalink
Moved repo mocks to own section
Browse files Browse the repository at this point in the history
  • Loading branch information
kotva006 committed May 10, 2024
1 parent bb4bba6 commit 57e4ad0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/support/mocks.ex
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Mox.defmock(Dotcom.Redix.PubSub.Mock, for: Dotcom.Redix.PubSub.Behaviour)

Mox.defmock(CMS.Api.Mock, for: CMS.Api.Behaviour)
Mox.defmock(MBTA.Api.Mock, for: MBTA.Api.Behaviour)
Mox.defmock(RoutePatterns.Repo.Mock, for: RoutePatterns.Repo.Behaviour)
Mox.defmock(OpenTripPlannerClient.Mock, for: OpenTripPlannerClient.Behaviour)

# Repos
Mox.defmock(Predictions.Repo.Mock, for: Predictions.Repo.Behaviour)
Mox.defmock(RoutePatterns.Repo.Mock, for: RoutePatterns.Repo.Behaviour)

0 comments on commit 57e4ad0

Please sign in to comment.