summaryrefslogtreecommitdiff
path: root/tests/test_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_utils.py')
-rw-r--r--tests/test_utils.py2
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)