change name of request relationship to legacy task order

This commit is contained in:
dandds
2018-12-12 16:42:40 -05:00
parent 2f515d7b47
commit e509c34cdd
27 changed files with 215 additions and 163 deletions

View File

@@ -9,7 +9,7 @@ def test_as_dictionary():
def test_budget():
task_order = LegacyTaskOrderFactory.create(
legacy_task_order = LegacyTaskOrderFactory.create(
clin_0001=500,
clin_0003=200,
clin_1001=None,
@@ -17,4 +17,4 @@ def test_budget():
clin_2001=None,
clin_2003=None,
)
assert task_order.budget == 700
assert legacy_task_order.budget == 700