Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed May 28, 2017
1 parent 430e7f9 commit 80fab30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


def test_img_b64_to_array():
json_file = osp.join(here, '../_static/IMG_6319.json')
json_file = osp.join(here, '../_static/apc2016_obj3.json')
data = json.load(open(json_file))
img_b64 = data['imageData']
img = utils.img_b64_to_array(img_b64)
Expand Down

0 comments on commit 80fab30

Please sign in to comment.