Skip to content

Commit 75eebcf

Browse files
committed
fix getBalances spec
1 parent 00f0fc0 commit 75eebcf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/l2/property/getBalances.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ describe('GetBalances.spec.ts', () => {
1111
]
1212

1313
const propertyContract = {
14-
GetBalances: jest
14+
getBalances: jest
1515
.fn()
1616
.mockImplementation(async () => Promise.resolve(value)),
1717
}
@@ -34,7 +34,7 @@ describe('GetBalances.spec.ts', () => {
3434
const error = 'error'
3535

3636
const propertyContract = {
37-
GetBalances: jest
37+
getBalances: jest
3838
.fn()
3939
.mockImplementation(async () => Promise.reject(error)),
4040
}

0 commit comments

Comments
 (0)