Skip to content

Commit

Permalink
Removed date updated test
Browse files Browse the repository at this point in the history
Was using datetime, which caused a problem running in the evening (central). Didn't think the test was worth the trouble.
  • Loading branch information
anbeemer committed Jul 24, 2024
1 parent fc13081 commit a1399d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def test_already_online_raises(self, course, content):
def test_attributes(self, course, content, current_file):
content.publish(course,overwrite=True)
assert current_file.filename == 'ds150_course_logo.pdf'
assert current_file.modified_at_date.day == datetime.date.today().day



Expand Down

0 comments on commit a1399d6

Please sign in to comment.