Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
phackstock committed Oct 11, 2023
1 parent 8e232a5 commit 4fd4031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_definition_from_general_config(workflow_folder):
)
try:
# explicitly defined in `general-config-definitions/region/regions.yaml`
if workflow == "general-config":
if workflow_folder == "general-config":
assert "Region A" in obs.region
# imported from https://github.com/IAMconsortium/common-definitions repo
assert "World" in obs.region
Expand Down

0 comments on commit 4fd4031

Please sign in to comment.