Skip to content

Commit

Permalink
Fix failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
edtechre committed Apr 23, 2023
1 parent ba65f77 commit 3f5c0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_scope.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 3f5c0bd

Please sign in to comment.