Skip to content

Commit

Permalink
TestFacesLifecycleFailurePropagation: removed brackets in @test annot…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
WolfgangHG committed Jan 29, 2025
1 parent 5b36ff4 commit 86faefa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public static WebArchive createDeployment() {
.addClass(FailingPhaseListener.class);
}

@Test()
@Test
public void test() {
Assertions.assertThrows(ServerWarpExecutionException.class, () -> {
Warp
Expand Down

0 comments on commit 86faefa

Please sign in to comment.