Skip to content

Commit de080fe

Browse files
committed
Add testing for new uncovered lines
1 parent d0e0e23 commit de080fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_encode_data.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,9 @@ class Foo(EIP712Struct):
196196
foo_copy = Foo(s='hello world')
197197
foo_2 = Foo(s='blah')
198198

199+
200+
assert foo != None
201+
assert foo != 'unrelated type'
199202
assert foo == foo
200203
assert foo is not foo_copy
201204
assert foo == foo_copy

0 commit comments

Comments
 (0)