Skip to content

Commit a129b87

Browse files
committed
removed console logs
1 parent 9ad61ca commit a129b87

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/modules/ticket/test/integration/ticket.integration.spec.ts

-2
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,6 @@ describe('Ticket Integration Tests', () => {
204204
.set('Authorization', `Bearer ${customerToken}`)
205205
.expect(200);
206206

207-
console.log(response)
208-
209207
expect(Array.isArray(response.body)).toBe(true);
210208
// Since we used our only ticket, unused tickets should be empty
211209
expect(response.body.length).toBe(0);

0 commit comments

Comments
 (0)