From 7bb9d47e7bdf121c3eda4415bb086dc3c23a6705 Mon Sep 17 00:00:00 2001 From: Montana Date: Mon, 7 Jan 2019 09:49:36 -0500 Subject: [PATCH] undo prepush test --- package.json | 3 +-- tests/routes/task_orders/test_new_task_order.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 36642931..6dfc9d2a 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/tests/routes/task_orders/test_new_task_order.py b/tests/routes/task_orders/test_new_task_order.py index 99edccba..09412b3d 100644 --- a/tests/routes/task_orders/test_new_task_order.py +++ b/tests/routes/task_orders/test_new_task_order.py @@ -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