Skip to content

Commit 5f0a410

Browse files
committed
fixing travis tests error
1 parent 296b78e commit 5f0a410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def test_1_json_write_data(self,):
2828
self.assertEquals(os.path.exists('data.json'),True)
2929

3030
def test_2_json_get_data(self,):
31-
json_data = json_get_data('test.json')
31+
json_data = json_get_data('data.json')
3232
self.assertEquals(self.d,json_data)
3333

3434
def test_oauth1(self,):

0 commit comments

Comments
 (0)