Skip to content

Commit

Permalink
Fix RepositoryServiceSmokeTest
Browse files Browse the repository at this point in the history
  • Loading branch information
amvanbaren committed Jan 17, 2025
1 parent a865ed6 commit a5f567a
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,10 @@ void testExecuteQueries() {
() -> repositories.findDeprecatedExtensions(extension),
() -> repositories.findLatestReplacement(1L, null, false, false),
() -> repositories.findNotMigratedLocalNamespaceLogos(),
() -> repositories.findNotMigratedLocalFileResourceContent()
() -> repositories.findNotMigratedLocalFileResourceContent(),
() -> repositories.findPublisherStatisticsByYearAndMonthAndUser(2025, 1, userData),
() -> repositories.findPublisherStatisticsByUser(userData),
() -> repositories.findUsersByProvider("github")
);

// check that we did not miss anything
Expand Down

0 comments on commit a5f567a

Please sign in to comment.