Skip to content

Commit

Permalink
Update AllUseCaseTests.java
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlemee committed Aug 30, 2024
1 parent fe595ed commit 6435bf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
* @author olivier
*/
@Suite
@SelectClasses({ExecutableIOGatewayCheckerUseCaseTest.class, APISupportedCapabilitySelectionFilterUseCaseTest.class, DynamicRecipientsSyncIntegrationCaseTest.class})
@SelectClasses({ExecutableIOGatewayCheckerUseCaseTest.class, APISupportedCapabilitySelectionFilterUseCaseTest.class, DynamicRecipientsSyncUseCaseTest.class})
public class AllUseCaseTests {
}

0 comments on commit 6435bf3

Please sign in to comment.