From 7da0283655cb3163fa0394b153ea427cb878b1a3 Mon Sep 17 00:00:00 2001 From: Mayukha Vadari Date: Wed, 5 Apr 2023 11:45:05 -0400 Subject: [PATCH] fix test --- packages/ripple-binary-codec/test/definitions.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ripple-binary-codec/test/definitions.test.js b/packages/ripple-binary-codec/test/definitions.test.js index 3ac575b3..7f9415cf 100644 --- a/packages/ripple-binary-codec/test/definitions.test.js +++ b/packages/ripple-binary-codec/test/definitions.test.js @@ -69,7 +69,7 @@ describe('encode and decode using new types as a parameter', function () { // Normally this would be generated directly from rippled with something like `server_definitions`. // Added here to make it easier to see what is actually changing in the definitions.json file. const definitions = JSON.parse(JSON.stringify(normalDefinitionsJson)) - definitions.TYPES.NewType = 24 + definitions.TYPES.NewType = 12 definitions.FIELDS.push([ 'TestField', {