diff options
author | kotfu <kotfu@kotfu.net> | 2022-11-05 20:35:43 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2022-11-05 20:35:43 -0600 |
commit | 860403e4c46e3f8b64efcac2bb08ef2754ebf698 (patch) | |
tree | 78b135bfd3b6c1f5c60e12c2cc2d81e5bbab724f | |
parent | f2a7fcc9b96f595d2e17dcae28c62433ad89f423 (diff) | |
download | cmd2-git-860403e4c46e3f8b64efcac2bb08ef2754ebf698.tar.gz |
Clean up spacing
-rw-r--r-- | tests/test_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_utils.py b/tests/test_utils.py index 04ef13f6..cfdf07b0 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -846,7 +846,7 @@ def test_to_bool_str_invalid(): def test_to_bool_bool(): assert cu.to_bool(True) assert not cu.to_bool(False) - + def test_to_bool_int(): assert cu.to_bool(1) |