Skip to content

Commit

Permalink
fixing pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
midays committed Nov 19, 2023
1 parent 6085c5a commit 7b12685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,5 +301,5 @@ def verify_story_points(self, html_file_location, expected_story_points, legacy=
found_story_points = [int(element.text) for element in story_points_elements]

assert set(found_story_points) == set(expected_story_points), (
f"Error: found story points are not as expected. " f"\nExpected: [{expected_story_points}]," f"\nInstead found : [{found_story_points}]"
f"Error: found story points are not as expected.\nExpected: [{expected_story_points}],\nInstead found : [{found_story_points}]"
)

0 comments on commit 7b12685

Please sign in to comment.