Updated test cases for redis, hash and sologenictxhandler test cases to peform some basic testing. An example AcccountSet transaction is being sent to the XRPL with the hash and redis queues.
Updated sologenictxhandler.ts to check item.data!.txJSON instead of item.txJSON which was throwing an exception and causing test cases to fail.
Other information:
All test cases passing
$ export NODE_TLS_REJECT_UNAUTHORIZED=0
$ npm run watch
...
14 tests passed [20:28:57]
Type `r` and press enter to rerun tests
Type `u` and press enter to update snapshots
Updates for Sologenic Issue #2
Updated test cases for redis, hash and sologenictxhandler test cases to peform some basic testing. An example
AcccountSet
transaction is being sent to the XRPL with the hash and redis queues.Updated sologenictxhandler.ts to check
item.data!.txJSON
instead ofitem.txJSON
which was throwing an exception and causing test cases to fail.