Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kroman0 committed Aug 4, 2017
1 parent 13c1d4d commit e7096b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openprocurement/chronograph/tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def test_switch_to_tendering_enquiryPeriod(self):
"endDate": datetime.now(TZ).isoformat()
},
'tenderPeriod': {
'startDate': None
'startDate': datetime.now(TZ).isoformat()
}
}
})
Expand Down

0 comments on commit e7096b6

Please sign in to comment.