From 8b6b6c4372f3f81e54084505f99c70b99fdc4f72 Mon Sep 17 00:00:00 2001 From: fogelito Date: Tue, 14 Jan 2025 16:51:06 +0200 Subject: [PATCH] Revert names --- tests/e2e/Adapter/Base.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/e2e/Adapter/Base.php b/tests/e2e/Adapter/Base.php index ba2a1682c..9a39818c1 100644 --- a/tests/e2e/Adapter/Base.php +++ b/tests/e2e/Adapter/Base.php @@ -5475,7 +5475,7 @@ public function testNoChangeUpdateDocumentWithRelationWithoutPermission(): void } } - public function testLimitForAttributesCount(): void + public function testExceptionAttributeLimit(): void { if (static::getDatabase()->getAdapter()->getLimitForAttributes() === 0) { $this->expectNotToPerformAssertions(); @@ -5543,7 +5543,7 @@ public function testLimitForAttributesCount(): void } } - public function testLimitForAttributesRowSize(): void + public function testExceptionWidthLimit(): void { if (static::getDatabase()->getAdapter()->getDocumentSizeLimit() === 0) { $this->expectNotToPerformAssertions();