Skip to content

Commit d5c7675

Browse files
committed
Tests Fix
1 parent 3958501 commit d5c7675

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/module/ownableValidator/ownableValidator.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ describe('Ownable Validator Module', () => {
8080
account,
8181
client,
8282
})
83-
expect(allOwners.length).toEqual(0)
83+
expect(allOwners.length).toEqual(1)
8484
})
8585

8686
it('should return ownable validator threshold', async () => {
@@ -89,6 +89,6 @@ describe('Ownable Validator Module', () => {
8989
account,
9090
})
9191

92-
expect(threshold).toEqual(0)
92+
expect(threshold).toEqual(1)
9393
})
9494
})

0 commit comments

Comments
 (0)