Skip to content

Commit

Permalink
Fix test compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Dumas committed Oct 20, 2023
1 parent 6a8c032 commit 618615c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ class ResolversRoutesSpec extends BaseRouteSpec with IOFixedClock {
fetchResource(ref, project).flatMap {
case Some(c) => IO.pure(Some(c))
case None => fetchSchema(ref, project)
}
},
excludeDeprecated = false
)

private val fetchContext = FetchContextDummy[ResolverRejection](List(project, project2), ProjectContextRejection)
Expand Down

0 comments on commit 618615c

Please sign in to comment.