Fix example test

This commit is contained in:
Lorenzo Caggioni 2022-04-01 18:46:51 +02:00
parent 15ba9559c5
commit 98a9ba2c82
1 changed files with 1 additions and 1 deletions

View File

@ -23,5 +23,5 @@ FIXTURES_DIR = os.path.join(os.path.dirname(__file__), 'fixture')
def test_resources(e2e_plan_runner):
"Test that plan works and the numbers of resources is as expected."
modules, resources = e2e_plan_runner(FIXTURES_DIR)
assert len(modules) == 40
assert len(modules) == 41
assert len(resources) == 296