diff --git a/tests.py b/tests.py index e2df682..c71446a 100755 --- a/tests.py +++ b/tests.py @@ -28,7 +28,7 @@ def test_1_json_write_data(self,): self.assertEquals(os.path.exists('data.json'),True) def test_2_json_get_data(self,): - json_data = json_get_data('test.json') + json_data = json_get_data('data.json') self.assertEquals(self.d,json_data) def test_oauth1(self,):