Skip to content

Commit a92aea3

Browse files
committed
#76: Cleanup for review and bump version
1 parent bd07eea commit a92aea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/systemCalls.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ describe('SystemCalls', () => {
9898
expect(getLastIrreversibleBlock).toBe(setLastIrreversibleBlock);
9999
});
100100

101-
xit('should require authorities', () => {
101+
it('should require authorities', () => {
102102
const auth1 = new MockVM.MockAuthority(authority.authorization_type.contract_call, mockAccount, true);
103103
const auth2 = new MockVM.MockAuthority(authority.authorization_type.contract_upload, mockAccount, false);
104104
const auth3 = new MockVM.MockAuthority(authority.authorization_type.contract_upload, mockAccount2, true);

0 commit comments

Comments
 (0)