Skip to content

Commit 095ce18

Browse files
committed
Add more test patterns
1 parent 07d1dbf commit 095ce18

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/slack_sdk/models/test_objects.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ def test_eq(self):
156156
obj2.test = "another"
157157
self.assertNotEqual(self.good_test_object, obj2)
158158

159+
self.assertNotEqual(self.good_test_object, None)
160+
159161

160162
class JsonValidatorTests(unittest.TestCase):
161163
def setUp(self) -> None:

0 commit comments

Comments
 (0)