Kentaro Wada 8 år sedan
förälder
incheckning
80fab30529
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      tests/test_utils.py

+ 1 - 1
tests/test_utils.py

@@ -11,7 +11,7 @@ here = osp.dirname(osp.abspath(__file__))
 
 
 
 
 def test_img_b64_to_array():
 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))
     data = json.load(open(json_file))
     img_b64 = data['imageData']
     img_b64 = data['imageData']
     img = utils.img_b64_to_array(img_b64)
     img = utils.img_b64_to_array(img_b64)