From 36e7ad01960f2c0dd324cd2d88418ea09859aa63 Mon Sep 17 00:00:00 2001 From: Joe Corall Date: Sat, 28 Dec 2024 17:20:20 -0500 Subject: [PATCH] reformat --- tests/islandora_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/islandora_tests.py b/tests/islandora_tests.py index c81f7e8..c7e0b41 100644 --- a/tests/islandora_tests.py +++ b/tests/islandora_tests.py @@ -1531,5 +1531,6 @@ def TestUpdateMediaFields(): def tearDown(): pass + if __name__ == "__main__": unittest.main()