Skip to content

Commit

Permalink
Add missing literal to BeanManagerTest
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn authored and Ladicek committed Oct 25, 2023
1 parent 20c0772 commit 90ed399
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public class BeanManagerTest extends AbstractTest {
@Deployment
public static WebArchive createTestArchive() {
return new WebArchiveBuilder().withTestClassPackage(BeanManagerTest.class)
.withClasses(RetentionLiteral.class, TargetLiteral.class, StereotypeLiteral.class)
.withClasses(RetentionLiteral.class, TargetLiteral.class, StereotypeLiteral.class, InheritedLiteral.class)
.withExtensions(AfterBeanDiscoveryObserver.class).build();
}

Expand Down

0 comments on commit 90ed399

Please sign in to comment.