Skip to content

Commit b201064

Browse files
committed
fix: remove cl
Removed colsole.log from tests
1 parent ea312d1 commit b201064

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/LoanRequest.test.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,8 @@ describe('LoanRequest test', () => {
5353
})
5454

5555
it('Should get all loans data from api', async () => {
56-
const data = await request.getDataAllLoans();
57-
console.log(data);
58-
expect(data).toBeTruthy();
56+
const data = await request.getDataAllLoans()
57+
expect(data).toBeTruthy()
5958
})
6059

6160
it('Should get loan creation transaction from api', async () => {

0 commit comments

Comments
 (0)