Skip to content

Commit

Permalink
fix(#276): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Dec 4, 2024
1 parent 5d6ae24 commit b310c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sr-data/src/tests/test_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def test_parses_on_as_string(self):
f"Steps count in workflow: '{info}' does not match with expected"
)

def test_parses_non_matrix(self):
def test_parses_none_matrix(self):
info = workflow_info(
"""
name: test
Expand Down

0 comments on commit b310c9d

Please sign in to comment.