From e280afcd8ea6c68cdc1be19e1c00be186578f61b Mon Sep 17 00:00:00 2001 From: Michelle Tran Date: Tue, 7 May 2024 11:03:44 -0400 Subject: [PATCH] Add an untested monster function --- func.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/func.py b/func.py index 469d678..00c772f 100644 --- a/func.py +++ b/func.py @@ -2,3 +2,5 @@ def func(): """"Test function to check if coverage is configured properly.""" return True +def monster(): + return False