fix typos

This commit is contained in:
Thomas Waldmann 2014-10-26 14:40:41 +01:00
parent 77e257efc2
commit 46492e0446
6 changed files with 7 additions and 7 deletions

View file

@ -24,7 +24,7 @@ def test_choose_port_returns_a_port_number():
"choose_port() returns a port number"
app = OnionShare()
app.choose_port()
assert 1024 <= app.port <= 65535
assert 1024 <= app.port <= 65535
def test_choose_port_returns_an_open_port():
"choose_port() returns an open port"