Skip to content

Commit

Permalink
test: fix last one
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentC35 committed Feb 1, 2024
1 parent 3c65d1b commit 13e591f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ void checkJsonFormatOnSerialize() throws JsonProcessingException {
}
},
"stateData":{
"currentPage":"0",
"date":900000000,
"currentPage":null,
"date":null,
"state":"INIT"
}
},
Expand Down Expand Up @@ -128,8 +128,8 @@ void checkJsonFormatOnSerialize() throws JsonProcessingException {
}
},
"stateData":{
"currentPage":"0",
"date":900000000,
"currentPage":null,
"date":null,
"state":"INIT"
}
}
Expand Down

0 comments on commit 13e591f

Please sign in to comment.