Skip to content

Move all simple unit tests into JSON file #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Fix blank name JSON entry
  • Loading branch information
MilesCranmer committed Aug 9, 2017
commit 26e28cfa3e5fcea12f42d3d461ecced2820201c0
2 changes: 1 addition & 1 deletion testnames.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"last" : "la"
},
"_blank_name" : {
"name : "",
"name" : "",
"first" : "",
"last" : ""
},
Expand Down