Skip to content

Commit

Permalink
[gateio] fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rizer1980 committed May 23, 2024
1 parent 03c7a0e commit 343b4f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ void getOrderBook_valid() throws IOException {

assertThat(actual)
.usingRecursiveComparison()
.ignoringFieldsMatchingRegexes(".*userReference")
.ignoringFieldsMatchingRegexes(".*userReference",".*lock")
.isEqualTo(expected);
}

Expand Down

0 comments on commit 343b4f6

Please sign in to comment.