diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-01-15 19:36:39 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-01-15 19:36:39 +0100 |
| commit | 59f51c1ba50a5cc7f3d92432479d145440abe01a (patch) | |
| tree | 1edcb0ba7963d9bff414ef1f56a6da426cd56202 /tests | |
| parent | be0b8968651f98b962a18c4e750d6396c0fdaf47 (diff) | |
| download | python-gamelocker-59f51c1ba50a5cc7f3d92432479d145440abe01a.tar.gz python-gamelocker-59f51c1ba50a5cc7f3d92432479d145440abe01a.zip | |
vainglory -> Vainglory
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/gamelocker_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gamelocker_test.py b/tests/gamelocker_test.py index 373269a..2af10e2 100644 --- a/tests/gamelocker_test.py +++ b/tests/gamelocker_test.py @@ -10,7 +10,7 @@ class TestGamelocker: @pytest.fixture def api(self): - return gamelocker.Gamelocker(self.apikey).vainglory() + return gamelocker.Gamelocker(self.apikey).Vainglory() def test_req(self, api): with pytest.raises(requests.exceptions.HTTPError): |
