Skip to content

Commit

Permalink
Minor changes in test_time.py
Browse files Browse the repository at this point in the history
  • Loading branch information
prithvisingh18 committed Feb 28, 2018
1 parent 1b6f6d2 commit ef658d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/stdlib/test_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def test_clock(self):
def test_ctime(self):
self.assertCodeExecution("""
import time
print(time.ctime())
print(time.ctime()[:10], time.ctime()[-4:])
""")
def test_ctime_with_parameter(self):
self.assertCodeExecution("""
Expand Down

0 comments on commit ef658d7

Please sign in to comment.