Skip to content

Commit

Permalink
update file path for fixture file
Browse files Browse the repository at this point in the history
  • Loading branch information
Lichun Zhan committed Nov 19, 2013
1 parent 0a7977c commit 76b423e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/fixtures/simple-3.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"home": "http://ca.yahoo.com",
"mail": "http://ca.mail.yahoo.com"
},
"__ycb_source__": "a/b/c/x1.json"
"__ycb_source__": "tests/fixtures/simple-3.json"
},
{
"settings": ["region:gb"],
Expand All @@ -17,13 +17,13 @@
"home": "http://gb.yahoo.com",
"mail": "http://gb.mail.yahoo.com"
},
"__ycb_source__": "a/b/c/x2.json"
"__ycb_source__": "tests/fixtures/simple-3.json"
},
{
"settings": ["lang:fr"],

"logo": "yahoo_FR.png",
"__ycb_source__": "a/b/c/x1.json"
"__ycb_source__": "tests/fixtures/simple-3.json"
},
{
"settings": ["region:fr"],
Expand Down

0 comments on commit 76b423e

Please sign in to comment.