Skip to content

Commit

Permalink
Fast2 tests are fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
solomax committed Jan 31, 2025
1 parent fd7aa62 commit e59c337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
<!-- mocleiri: for distribution in to central repository sections in the main pom are not allowed -->

<properties>
<wicket.version>10.4.0-SNAPSHOT</wicket.version>
<wicket.version>10.4.0</wicket.version>

<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public void homepageRendersSuccessfully()
assertNotNull(data, "The produced data should not be null!");

// data length can fluctuate based on the object field values
assertEquals(821, data.length, "The produced data length is not correct!");
assertEquals(822, data.length, "The produced data length is not correct!");

Object object = pageSerializer.deserialize(data);
assertTrue(
Expand Down

0 comments on commit e59c337

Please sign in to comment.