cosmit
This commit is contained in:
parent
62e27c5511
commit
e26be944ad
|
@ -8,7 +8,7 @@ def test_true():
|
|||
assert module.true()
|
||||
|
||||
|
||||
def test_fasle():
|
||||
def test_false():
|
||||
import module
|
||||
|
||||
assert not module.false()
|
||||
|
|
Loading…
Reference in New Issue