Skip to content

Commit

Permalink
fix: listener class has been fixed #1595;
Browse files Browse the repository at this point in the history
  • Loading branch information
smansoft committed Jan 6, 2022
1 parent 8261a1f commit 8c7e0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/test/resources/testng.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<suite name="jansAuthServer" parallel="false">

<listeners>
<listener class-name="io.jans.as.server.JansUnitTestsTestsListener" />
<listener class-name="io.jans.as.server.JansUnitTestsListener" />
</listeners>

<test name="Unit Tests" enabled="true">
Expand Down

0 comments on commit 8c7e0c3

Please sign in to comment.