From a1399d65bbb5926936519dacb95c7c470e9fa9ee Mon Sep 17 00:00:00 2001 From: Allison Beemer <66966224+anbeemer@users.noreply.github.com> Date: Tue, 23 Jul 2024 21:47:50 -0500 Subject: [PATCH] Removed date updated test Was using datetime, which caused a problem running in the evening (central). Didn't think the test was worth the trouble. --- test/test_file.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_file.py b/test/test_file.py index 66b221a..06cee04 100644 --- a/test/test_file.py +++ b/test/test_file.py @@ -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