Skip to content

Commit

Permalink
{WIP} Fix tests #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo Andriolli authored and moacirmoda committed May 17, 2018
1 parent e19882b commit ccf8364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_class_comprasnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def test_get_data_auctions_pages(get):
'objeto': 'Pregão Eletrônico - Aquisição de '
'Material de Acondicionamento e Embalagens',
'edital-a-partir-de-str': '02/05/2018',
'edital-a-partir-de': datetime.date(2018, 5, 2)
'edital-a-partir-de': date(2018, 5, 2)
}, {
'codigo-da-uasg': '160183',
'pregao-eletronico': '22018',
Expand All @@ -74,7 +74,7 @@ def test_get_data_auctions_pages(get):
'informatizado e utilização de cartão '
'eletrônico ou magnético.',
'edital-a-partir-de-str': '02/05/2018',
'edital-a-partir-de': datetime.date(2018, 5, 2)
'edital-a-partir-de': date(2018, 5, 2)
}]
@mock.patch('comprasnet.requests.get')
def test_should_search_auctions_by_date(get):
Expand Down

0 comments on commit ccf8364

Please sign in to comment.