undo prepush test

This commit is contained in:
Montana 2019-01-07 09:49:36 -05:00
parent 64dd295e6d
commit 7bb9d47e7b
2 changed files with 2 additions and 3 deletions

View File

@ -8,8 +8,7 @@
"build": "parcel build js/index.js -d static/assets --public-url /static/assets -o index.js",
"test": "jest",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch --no-cache",
"prepush": "script/format"
"test:watch": "jest --watch --no-cache"
},
"author": "",
"license": "MIT",

View File

@ -83,7 +83,7 @@ def test_show_task_order_formdata():
workflow = ShowTaskOrderWorkflow(task_order_id=task_order.id)
assert workflow.task_order.to_dictionary()["user_id"] is None
assert workflow.task_order_formdata["user_id"] is ''
assert workflow.task_order_formdata["user_id"] is ""
for field in workflow.task_order_formdata:
assert not field is None