Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidCEllis committed Oct 16, 2019
1 parent 4ad99c9 commit 1728cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_livesplit_client/test_get_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


def test_get_client():
client = get_client('servername', 12, 2)
client = get_client("servername", 12, 2)
assert client.connection.server == "servername"
assert client.connection.port == 12
assert client.connection.timeout == 2

0 comments on commit 1728cc3

Please sign in to comment.