From 5f0a4109b0ebd9886fbe4b08a4945d88c9342bb9 Mon Sep 17 00:00:00 2001 From: Josue Kouka Date: Sat, 25 Jul 2015 18:43:28 +0200 Subject: [PATCH] fixing travis tests error --- tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,):