Skip to content

Commit

Permalink
Add more test patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Nov 24, 2021
1 parent 07d1dbf commit 095ce18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/slack_sdk/models/test_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ def test_eq(self):
obj2.test = "another"
self.assertNotEqual(self.good_test_object, obj2)

self.assertNotEqual(self.good_test_object, None)


class JsonValidatorTests(unittest.TestCase):
def setUp(self) -> None:
Expand Down

0 comments on commit 095ce18

Please sign in to comment.