Skip to content

Commit

Permalink
#10 Fixed failing test because of missing users.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
OrBin committed Mar 17, 2019
1 parent 9722da7 commit 8e6e4b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:
install:
- pip install -r requirements.txt
- pip install pylint flake8 pytest
- cp -R tests/assets/.gramhopper ~/.gramhopper

stages:
- lint
Expand Down
4 changes: 4 additions & 0 deletions tests/assets/.gramhopper/users.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"dummyuser1": 123456789,
"dummyuser2": 987654321
}

0 comments on commit 8e6e4b4

Please sign in to comment.