Skip to content

Commit

Permalink
Move CDIManagedClients tests to separate class.
Browse files Browse the repository at this point in the history
  • Loading branch information
merlante committed Aug 6, 2024
1 parent 1365b0d commit fe82e97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Use Weld as a test container to check CDI functionality.
*/
@EnableWeld
class CDIManagedClientsTest {
class CDIManagedClientsContainerTests {
@WeldSetup
public WeldInitiator weld = WeldInitiator.from(new Weld().setBeanDiscoveryMode(BeanDiscoveryMode.ALL).addBeanClass(TestConfig.class)).build();

Expand Down

0 comments on commit fe82e97

Please sign in to comment.