Skip to content

Commit

Permalink
address reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed Jan 8, 2024
1 parent 5a1c75f commit 1cb694a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/features/bootstrap/Sharing.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public function shareNgGetLastCreatedLinkShareToken(): string {
/**
* @return string
*/
public function shareNgGetLastCreatedUserShareShareID(): string {
public function shareNgGetLastCreatedUserGroupShareID(): string {
$lastResponse = $this->shareNgGetLastCreatedUserGroupShare();
if (!isset($this->getJsonDecodedResponse($lastResponse)['value'][0]['id'])) {
throw new Error('Response did not contain share id for the last created share.');
Expand Down

0 comments on commit 1cb694a

Please sign in to comment.