From 09d2e11100c7d1203e659e9f875a04ebea3400c9 Mon Sep 17 00:00:00 2001 From: Michael Grossberg Date: Thu, 15 Sep 2022 13:28:47 -0400 Subject: [PATCH] needs to be updated OK_FORMAT --- materials/fa16/lab/lab02/tests/q11.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/materials/fa16/lab/lab02/tests/q11.py b/materials/fa16/lab/lab02/tests/q11.py index 8639e94..79b73a7 100644 --- a/materials/fa16/lab/lab02/tests/q11.py +++ b/materials/fa16/lab/lab02/tests/q11.py @@ -1,3 +1,4 @@ +OK_FORMAT = True test = { 'name': 'Question', 'points': 1, @@ -19,4 +20,4 @@ 'type': 'doctest' } ] -} \ No newline at end of file +}