Skip to content

Commit

Permalink
fix mock item in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopheTremblay committed Nov 6, 2023
1 parent 32c1a81 commit f0df493
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ class ProjectsUseCaseTestImpl : BaseTest() {
listImageUrl = "https://miregologo.com",
client = ProjectsQuery.Data.PagePage.ProjectsListBlock.Projects.Entry.Client(
name = "Mirego"
)
),
mainColor = null,
textColor = null
)
}

0 comments on commit f0df493

Please sign in to comment.