Skip to content

Commit

Permalink
fix(CommitsLinkWithTicketMetricTest): add then part in calculate test
Browse files Browse the repository at this point in the history
  • Loading branch information
knowbased committed Dec 9, 2024
1 parent 25a9a92 commit 1ef2510
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,7 @@ CommitsLinkWithTicketMetricTest >> testCalculate [

"When"
result := commitLinkWithTicket calculate.

"Then"
self assert: result equals: 1.
]

0 comments on commit 1ef2510

Please sign in to comment.