#81 Configuring tests to work with new commet format
Merged 4 years ago by sidpremkumar. Opened 4 years ago by sidpremkumar.

file modified
+1 -1
@@ -32,7 +32,7 @@ 

          This tests the 'from_pagure' function under the Issue class

          """

          # Set up return values

-         mock_datetime.utcfromtimestamp.return_value = 'mock_date'

+         mock_datetime.fromtimestamp.return_value = 'mock_date'

          mock_issue = {

              'comments': [{

                  'date_created': '1234',

no initial comment

Pull-Request has been merged by sidpremkumar

4 years ago
Metadata