Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Byunk committed Feb 5, 2024
1 parent 6de6bb7 commit 85bdbff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/routes/transaction_record.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ describe('API /transaction_record', function () {
const res = await chai
.request(app)
.get(`/transaction_records/${transaction.id}`);
console.log(res.body);
expect(res).to.have.status(200);
expect(res.body.length).to.equal(2);
expect(res.body[0].TransactionId).to.equal(transaction.id);
Expand Down

0 comments on commit 85bdbff

Please sign in to comment.