From 3f5c0bd35a81d2f1eaf828d8faf361f38d323131 Mon Sep 17 00:00:00 2001 From: edtechre Date: Sun, 23 Apr 2023 13:55:00 -0700 Subject: [PATCH] Fix failing test. --- tests/test_scope.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_scope.py b/tests/test_scope.py index 85ad659..cdc323f 100644 --- a/tests/test_scope.py +++ b/tests/test_scope.py @@ -110,7 +110,7 @@ def test_disable_progress_bar(mock_logger): def test_param_when_empty(): - assert param("foo") is None + assert param("bar") is None def test_param_when_set_and_get():