Skip to content

Commit

Permalink
fixing travis tests error
Browse files Browse the repository at this point in the history
  • Loading branch information
josuebrunel committed Jul 25, 2015
1 parent 296b78e commit 5f0a410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,):
Expand Down

0 comments on commit 5f0a410

Please sign in to comment.