Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Sep 7, 2023
1 parent 33fb546 commit 7eb0614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_projectgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -4206,7 +4206,7 @@ def test_relation_editor_widget_for_no_geometry_layers(self):

# when the referencing layer is a structure, it should be a composition
for relation in relations:
if relation.referncing_table == "MapHierRef":
if relation.referencing_table == "MapHierRef":
assert relation.strength == QgsRelation.Composition
count += 1

Expand Down

0 comments on commit 7eb0614

Please sign in to comment.