Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
amvanbaren committed Jun 20, 2023
1 parent 976b764 commit 72e9efd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ void testExecuteQueries() {
() -> repositories.topNamespaceExtensionVersions(NOW, 1),
() -> repositories.findFileResourcesByExtensionVersionIdAndType(LONG_LIST, STRING_LIST),
() -> repositories.findActiveExtensionVersionsByVersion("version", "extensionName", "namespaceName"),
() -> repositories.findActiveExtensionVersionByVersion("version", "targetPlatform", "extensionName", "namespaceName"),
() -> repositories.findResourceFileResources(1L, "prefix"),
() -> repositories.findActiveExtensionVersions(LONG_LIST, "targetPlatform"),
() -> repositories.findActiveExtension("name", "namespaceName"),
Expand Down

0 comments on commit 72e9efd

Please sign in to comment.