Skip to content

Commit 8d660d5

Browse files
author
zhihua.fan
committed
update pybind#1
1 parent 9e28491 commit 8d660d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_class.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ def test_struct_field_of_struct(msg):
149149
assert b.keyId == 'b'
150150
# test the operator overloading for `<`
151151
assert a < b
152+
assert not (a == b)
152153

153154
b.keyId = 'z'
154155
assert b.keyId == 'z'

0 commit comments

Comments
 (0)