Skip to content

Commit

Permalink
Rules are there to be broken.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsjf committed Aug 25, 2018
1 parent 5531c63 commit dd335ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
pyawair/secret.py

tests/secret.py
tests/config.py
2 changes: 1 addition & 1 deletion tests/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ def get_test_token():

def get_test_device_name():
if TEST_DEVICE_NAME is None:
raise ValueError("Invalid token")
raise ValueError("Invalid name")
return TEST_DEVICE_NAME

0 comments on commit dd335ab

Please sign in to comment.