Skip to content

Commit 6500024

Browse files
InAnYansobolevn
andauthored
Update tests/test_maybe/test_maybe_conversions.py
Co-authored-by: sobolevn <mail@sobolevn.me>
1 parent bb53ab4 commit 6500024

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_maybe/test_maybe_conversions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def test_some_is_true() -> None:
77
assert bool(Some('abc'))
88

99

10-
def test_nothing_is_false():
10+
def test_nothing_is_false() -> None:
1111
"""Ensures that ``Nothing`` is ``False`` when treated as a boolean."""
1212
assert not bool(Nothing)
1313

0 commit comments

Comments
 (0)