Update changelog and fix tests.

This commit is contained in:
lcaggio 2021-09-01 11:25:45 +02:00
parent b2d42511e5
commit 8a177b395f
1 changed files with 1 additions and 1 deletions

View File

@ -24,4 +24,4 @@ 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) == 5
assert len(resources) == 20
assert len(resources) == 23