From ae8c7ab0110ea910959a24da0cf65e463e7e6b69 Mon Sep 17 00:00:00 2001 From: Maria Grimaldi Date: Mon, 29 Jan 2024 16:23:31 -0400 Subject: [PATCH] fix: add deleted test file --- imagesgallery/tests/basic_test.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 imagesgallery/tests/basic_test.py diff --git a/imagesgallery/tests/basic_test.py b/imagesgallery/tests/basic_test.py new file mode 100644 index 0000000..098dc88 --- /dev/null +++ b/imagesgallery/tests/basic_test.py @@ -0,0 +1,9 @@ +""" +Tests for the Mind Map XBlock. +""" + +def test_always_passes(): + """ + This test will always pass. + """ + assert True