fix test
This commit is contained in:
parent
f7f9476f5d
commit
15aee5b549
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ describe('unit conversion tests', () => {
|
|||
|
||||
it('should convert raw to nano', () => {
|
||||
const result = converter.convert('1000000000000000000000000000000', 'RAW', 'NANO')
|
||||
expect(result).to.equal('1')
|
||||
expect(result).to.equal('1.000000000000000')
|
||||
})
|
||||
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue