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 c0c5417 commit 1e07703Copy full SHA for 1e07703
test/model/UInt64.spec.ts
@@ -73,7 +73,7 @@ describe('Uint64', () => {
73
expect(uint64Compact).to.be.equal(51110867862);
74
});
75
76
- it('should fromUnit throw exception with negative uint value', () => {
+ it('should fromUint throw exception with negative uint value', () => {
77
expect(() => {
78
UInt64.fromUint(-1);
79
}).to.throw(Error, 'Unsigned integer cannot be negative');
0 commit comments