Skip to content

Commit

Permalink
Revert names
Browse files Browse the repository at this point in the history
  • Loading branch information
fogelito committed Jan 14, 2025
1 parent fd82b7c commit 8b6b6c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/Adapter/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -5475,7 +5475,7 @@ public function testNoChangeUpdateDocumentWithRelationWithoutPermission(): void
}
}

public function testLimitForAttributesCount(): void
public function testExceptionAttributeLimit(): void
{
if (static::getDatabase()->getAdapter()->getLimitForAttributes() === 0) {
$this->expectNotToPerformAssertions();
Expand Down Expand Up @@ -5543,7 +5543,7 @@ public function testLimitForAttributesCount(): void
}
}

public function testLimitForAttributesRowSize(): void
public function testExceptionWidthLimit(): void
{
if (static::getDatabase()->getAdapter()->getDocumentSizeLimit() === 0) {
$this->expectNotToPerformAssertions();
Expand Down

0 comments on commit 8b6b6c4

Please sign in to comment.