Skip to content

Commit

Permalink
describe what the data provider is doing
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Nov 6, 2023
1 parent 2a376bd commit 6f145ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/api/MergeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ public function cannot_merge_discussion_with_invalid_data(int $to, int $from, in
public function discussionMergeData(): array
{
return [
[1, 2],
[2, 1],
[1, 2], // Merging newer discussion into older
[2, 1], // Merging older discussion into newer
];
}

Expand Down

0 comments on commit 6f145ec

Please sign in to comment.