Skip to content

Commit

Permalink
Remove __slots__ test
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroTransactionsMatterToo committed Jun 2, 2017
1 parent ce053cb commit 34a1712
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_track.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,4 @@

class TestTrack(TestCase):
def setUp(self):
self.track_inst = Track()

def test_slots(self):
self.assertEqual(self.track_inst.__slots__, ["track_number", "length", "events"])
self.track_inst = Track()

0 comments on commit 34a1712

Please sign in to comment.