mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
fix: fix typos (#2104)
* Previou -> Previous * fix spelling issues in comments * fix more typos * fix tests
This commit is contained in:
@@ -66,12 +66,12 @@ describe('SignerListSet', function () {
|
||||
assert.throws(
|
||||
() => validateSignerListSet(signerListSetTx),
|
||||
ValidationError,
|
||||
'SignerListSet: need atleast 1 member in SignerEntries',
|
||||
'SignerListSet: need at least 1 member in SignerEntries',
|
||||
)
|
||||
assert.throws(
|
||||
() => validate(signerListSetTx),
|
||||
ValidationError,
|
||||
'SignerListSet: need atleast 1 member in SignerEntries',
|
||||
'SignerListSet: need at least 1 member in SignerEntries',
|
||||
)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user