Skip to content

Commit

Permalink
remove old codec fields from data-driven-tests.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nkramer44 committed Jul 31, 2023
1 parent ff37c4c commit fbef450
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public void loadFixtures() throws IOException {
ObjectMapper objectMapper = BinaryCodecObjectMapperFactory.getObjectMapper();
fieldHeaderCodec = new FieldHeaderCodec(new DefaultDefinitionsProvider(objectMapper).get(), objectMapper);
fieldTests = FixtureUtils.getDataDrivenFixtures().fieldTests();
assertThat(fieldTests).hasSize(125);
assertThat(fieldTests).hasSize(123);
}


Expand Down
14 changes: 0 additions & 14 deletions xrpl4j-core/src/test/resources/data-driven-tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -483,13 +483,6 @@
"type": 5,
"expected_hex": "5013"
},
{
"type_name": "Hash256",
"name": "TicketID",
"nth_of_type": 20,
"type": 5,
"expected_hex": "5014"
},
{
"type_name": "Hash256",
"name": "Digest",
Expand Down Expand Up @@ -721,13 +714,6 @@
"type": 8,
"expected_hex": "84"
},
{
"type_name": "AccountID",
"name": "Target",
"nth_of_type": 7,
"type": 8,
"expected_hex": "87"
},
{
"type_name": "AccountID",
"name": "RegularKey",
Expand Down

0 comments on commit fbef450

Please sign in to comment.