Skip to content

Commit

Permalink
WRTC remove code smell
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Jan 24, 2025
1 parent cd5882d commit 9d66a20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Feature_v2/Album/SharingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ public function testOverride(): void
'shall_override' => true,
]);
$this->assertNoContent($response);
// self::assertEquals(2, AccessPermission::where(APC::BASE_ALBUM_ID, '=', $this->subAlbum1->id)->count());
self::assertEquals(0,
AccessPermission::query()
->where(APC::BASE_ALBUM_ID, '=', $this->subAlbum1->id)
Expand Down

0 comments on commit 9d66a20

Please sign in to comment.