From fa36739091df40c70f0ed56110e1d210b282e806 Mon Sep 17 00:00:00 2001 From: Michelle Tran Date: Tue, 7 May 2024 10:57:46 -0400 Subject: [PATCH] Add even more untested --- func.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/func.py b/func.py index 77d9893..72130d7 100644 --- a/func.py +++ b/func.py @@ -8,3 +8,7 @@ def untested(): def add_even_more_untested(): return "more" + + +def add_another_untested(): + return "this"