Skip to content

Commit 1e07703

Browse files
Steven LiuSteven Liu
authored andcommitted
typo fixed
1 parent c0c5417 commit 1e07703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/model/UInt64.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ describe('Uint64', () => {
7373
expect(uint64Compact).to.be.equal(51110867862);
7474
});
7575

76-
it('should fromUnit throw exception with negative uint value', () => {
76+
it('should fromUint throw exception with negative uint value', () => {
7777
expect(() => {
7878
UInt64.fromUint(-1);
7979
}).to.throw(Error, 'Unsigned integer cannot be negative');

0 commit comments

Comments
 (0)