fixing up-down mixup in comment

This commit is contained in:
Ralf W. Grosse-Kunstleve 2020-12-24 03:56:48 -08:00
parent 9623045b7b
commit aac54d4021
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ def test_make_drvd_pass_base():
def test_make_drvd_up_cast_pass_drvd(): def test_make_drvd_up_cast_pass_drvd():
b = m.make_shared_drvd_up_cast() b = m.make_shared_drvd_up_cast()
# the base return is up-cast immediately. # the base return is down-cast immediately.
assert b.__class__.__name__ == "drvd" assert b.__class__.__name__ == "drvd"
i = m.pass_shared_drvd(b) i = m.pass_shared_drvd(b)
assert i == 200 assert i == 200