Skip to content

Commit f721fdb

Browse files
Steven LiuSteven Liu
authored andcommitted
typo fixed
1 parent ed686ff commit f721fdb

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
@@ -64,7 +64,7 @@ describe('Uint64', () => {
6464
expect(uint64Compact).to.be.equal(51110867862);
6565
});
6666

67-
it('should fromUnit throw exception with negative uint value', () => {
67+
it('should fromUint throw exception with negative uint value', () => {
6868
expect(() => {
6969
UInt64.fromUint(-1);
7070
}).to.throw(Error, 'Unsigned integer cannot be negative');

0 commit comments

Comments
 (0)