From 04d26a2c79f663be895b3ee4c07ff5f6cda07b45 Mon Sep 17 00:00:00 2001 From: hugovk Date: Fri, 26 Dec 2014 23:12:18 +0200 Subject: [PATCH] Fix params --- test_pylast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_pylast.py b/test_pylast.py index 81dcbbc..bfdcbbe 100755 --- a/test_pylast.py +++ b/test_pylast.py @@ -870,7 +870,7 @@ class TestPyLast(unittest.TestCase): # Arrange # Act events = self.network.get_geo_events( - lat=53.466667, long=-2.233333, distance=5, limit=1) + latitude=53.466667, longitude=-2.233333, distance=5, limit=1) # Assert self.assertEqual(len(events), 1)