mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
fix definitions test
This commit is contained in:
@@ -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 = 31
|
||||
definitions.FIELDS.push([
|
||||
'TestField',
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user