Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswoehlke committed Sep 24, 2022
1 parent 0ba5dfb commit 525f8bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.woehlke</groupId>
<artifactId>simpleworklist</artifactId>
<version>2.4.10-SNAPSHOT</version>
<version>2.4.10</version>
<packaging>jar</packaging>

<parent>
Expand All @@ -17,7 +17,7 @@
<connection>scm:git:[email protected]:Spring-Framework-Java-Apps/simpleworklist.git</connection>
<developerConnection>scm:git:[email protected]:Spring-Framework-Java-Apps/simpleworklist.git</developerConnection>
<url>https://github.com/Spring-Framework-Java-Apps/simpleworklist/tree/${project.scm.tag}</url>
<tag>v2.4.9</tag>
<tag>v2.4.10</tag>
</scm>

<name>simpleworklist</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public void testEnterNewPasswordFormularWithToken() {
assertNotNull(o);
boolean result = o.getDoubleOptInStatus() == UserAccountPasswordRecoveryStatus.PASSWORD_RECOVERY_SAVED_EMAIL
|| o.getDoubleOptInStatus() == UserAccountPasswordRecoveryStatus.PASSWORD_RECOVERY_SENT_EMAIL;
assertFalse(result);
assertTrue(result);
String url = "/user/resetPassword/confirm/" + o.getToken();
try {
this.mockMvc.perform(
Expand Down

0 comments on commit 525f8bb

Please sign in to comment.