commit | 21bf16f5b852ea2d92446dcb549b9b3fcdd4c2d1 | [log] [tgz] |
---|---|---|
author | luzpaz <luzpaz@users.noreply.github.com> | Mon Jun 10 12:56:38 2019 -0700 |
committer | Wenzel Jakob <wenzel.jakob@epfl.ch> | Mon Jun 10 21:56:38 2019 +0200 |
tree | da2268a9055af2e2ec4772b8a8d7ddb59f47f895 | |
parent | ac6cb91a343c388669308ece8e98940b9a00c28c [diff] [blame] |
misc. comment typo (#1629)
diff --git a/tests/test_smart_ptr.py b/tests/test_smart_ptr.py index 72b1c2a..0a3bb58 100644 --- a/tests/test_smart_ptr.py +++ b/tests/test_smart_ptr.py
@@ -128,7 +128,7 @@ o = m.MyObject4b(23) assert o.value == 23 cstats4a = ConstructorStats.get(m.MyObject4a) - assert cstats4a.alive() == 2 # Two becaue of previous test + assert cstats4a.alive() == 2 # Two because of previous test cstats4b = ConstructorStats.get(m.MyObject4b) assert cstats4b.alive() == 1 del o