Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bibliophileaxe committed Mar 7, 2024
1 parent 3cead4c commit e087fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/Kernel/EmbargoAccessQueryTaggingAlterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function testNodeEmbargoReferencedMediaAccessQueryAlterAccessDenied() {
public function testNodeEmbargoReferencedFileAccessQueryAlterAccessDenied() {
$query = $this->generateFileSelectAccessQuery($this->user, 'view');
$result = $query->execute()->fetchAll();
$this->assertCount(1, $result, json_encode($result));
$this->assertCount(1, $result, 'File of embargoed nodes cannot be viewed');
}

/**
Expand Down

0 comments on commit e087fdf

Please sign in to comment.