Skip to content

Commit

Permalink
Fix build (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored May 24, 2024
1 parent c179ea2 commit af9da67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/TodoByTicketRuleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ public function testRule(): void
'See https://issue-tracker.com/F01-12345',
],
[
'Should have been resolved in F01-12345: please change me.',
'Comment should have been resolved in FOO-0001.',
16,
'See https://issue-tracker.com/F01-12345',
'See https://issue-tracker.com/FOO-0001',
],
[
'Should have been resolved in F01-12345: please change me.',
'Comment should have been resolved in FOO-0001.',
17,
'See https://issue-tracker.com/F01-12345',
'See https://issue-tracker.com/FOO-0001',
],
]);
}
Expand Down

0 comments on commit af9da67

Please sign in to comment.