Skip to content

Commit

Permalink
Test items fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosa authored and carlosa committed Jan 12, 2023
1 parent 9eee4d9 commit f699539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_request_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ def test_requests_generate(sync_client_factory, response_factory, progress,
client = sync_client_factory(responses)

result = entrypoint.generate(client, parameters, progress)
assert len(list(result)) == 5 # number of items on ff_request.json
assert len(list(result)) == 6 # number of items on ff_request.json

0 comments on commit f699539

Please sign in to comment.