From 59f51c1ba50a5cc7f3d92432479d145440abe01a Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 15 Jan 2017 19:36:39 +0100 Subject: vainglory -> Vainglory --- tests/gamelocker_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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): -- cgit v1.3.1