Skip to content

Commit

Permalink
adds test real quick like (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptomail authored Sep 19, 2023
1 parent a1b588f commit 99aa262
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/test_api/test_other_zendesk_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,12 @@
from zenpy.lib.exception import (
RecordNotFoundException,
)


from zenpy.lib import util
from datetime import datetime
from unittest import TestCase
class DateTimeTest(TestCase):
def test_datetime_import(self):
util.to_unix_ts(datetime.utcnow())
class TicketsIncrementalTest(IncrementalPaginationTestCase):
__test__ = True
ZenpyType = Ticket
Expand Down

0 comments on commit 99aa262

Please sign in to comment.