10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5030631 commit 95ec648Copy full SHA for 95ec648
tests/unit/test_events.py
@@ -19,13 +19,6 @@ class TestEvent(UnitHelper):
19
described_class = github3.events.Event
20
example_data = get_example_data()
21
22
- def test_equality(self):
23
- """Test equality/inequality between two instances."""
24
- event = github3.events.Event(get_example_data())
25
- assert self.instance == event
26
- event._uniq = 1
27
- assert self.instance != event
28
-
29
def test_repr(self):
30
"""Show that instance string is formatted properly."""
31
assert repr(self.instance).startswith('<Event')
0 commit comments