Skip to content

Commit

Permalink
test(Predictions): Added the mox for predictions
Browse files Browse the repository at this point in the history
  • Loading branch information
kotva006 committed May 7, 2024
1 parent fd9adcd commit 5d51a66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/support/mocks.ex
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ 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)
Mox.defmock(Predictions.Repo.Mock, for: Predictions.Repo.Behaviour)

0 comments on commit 5d51a66

Please sign in to comment.