Fixing oversight (discovered by flake8).

parent b64294f0
......@@ -23,7 +23,7 @@ class drvd(m.base):
def test_base():
b = m.base()
assert b.get_num() == 100
m.get_num(b) == 100
assert m.get_num(b) == 100
bc = b.clone()
assert bc.get_num() == 150
assert m.clone_get_num(b) == 103157
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment