fix naming which caused overwriting of functions

This commit is contained in:
Thomas Kriechbaumer 2016-05-15 10:39:39 -07:00
parent f4a13d6f9f
commit 2887480bcb

View File

@ -97,7 +97,7 @@ class TestWebsocketFrame:
assert self.fr("wf:r'foo'").payload == "foo" assert self.fr("wf:r'foo'").payload == "foo"
def test_construction(self): def test_construction_2(self):
# Simple server frame # Simple server frame
frm = self.fr("wf:b'foo'") frm = self.fr("wf:b'foo'")
assert not frm.header.mask assert not frm.header.mask