Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
arogachev committed Dec 11, 2023
1 parent 6b4c40a commit 3126137
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Common/AssignmentsStorageTestTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ public function testExists(string $itemName, string $userId, bool $expectedExist
public function dataUserHasItem(): array
{
return [
['user without assignments', ['Researcher', 'Accountant'], false],
['john', ['Researcher', 'Accountant'], true],
['jeff', ['Researcher', 'Operator'], true],
['jeff', ['Researcher', 'non-existing'], false],
Expand Down

0 comments on commit 3126137

Please sign in to comment.