We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed686ff commit f721fdbCopy full SHA for f721fdb
test/model/UInt64.spec.ts
@@ -64,7 +64,7 @@ describe('Uint64', () => {
64
expect(uint64Compact).to.be.equal(51110867862);
65
});
66
67
- it('should fromUnit throw exception with negative uint value', () => {
+ it('should fromUint throw exception with negative uint value', () => {
68
expect(() => {
69
UInt64.fromUint(-1);
70
}).to.throw(Error, 'Unsigned integer cannot be negative');
0 commit comments