Skip to content

Commit

Permalink
remove pointless test
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed May 9, 2018
1 parent aaa2d29 commit 756b6a9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ def inner(opcode=Opcode.TEXT, payload=b'', fin=1):
return inner


def test_frame_constructor(frame_factory):
assert isinstance(frame_factory(), object)


def test_length_of_frame(frame_factory):
frame = frame_factory(Opcode.TEXT, b'\x00' * 137)
assert len(frame) == 137
Expand Down

0 comments on commit 756b6a9

Please sign in to comment.