Skip to content

Commit

Permalink
remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
meelrossi committed Mar 15, 2023
1 parent 70c7cb9 commit a20352f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/unit/rentals-component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2808,8 +2808,6 @@ describe("when cancelling the rental listings", () => {
})

it("should update the time the last update was performed", () => {
console.log(startDate)
console.log(new Date(Math.floor(startDate.getTime() / 1000) * 1000))
expect(dbClientQueryMock).toHaveBeenCalledWith(
expect.objectContaining({
strings: expect.arrayContaining([expect.stringContaining("UPDATE updates SET updated_at")]),
Expand Down

0 comments on commit a20352f

Please sign in to comment.