Skip to content

Commit 793a9fc

Browse files
authored
fix: #14495 Adapt test to expect frontendInput
1 parent 667883a commit 793a9fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Customer/Test/Unit/Ui/Component/Listing/ColumnsTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public function testPrepareWithAddColumn(): void
160160
public function testPrepareWithUpdateColumn(): void
161161
{
162162
$attributeCode = 'billing_attribute_code';
163-
$backendType = 'backend-type';
163+
$frontendInput = 'text';
164164
$attributeData = [
165165
'attribute_code' => 'billing_attribute_code',
166166
'frontend_input' => 'text',
@@ -211,7 +211,7 @@ public function testPrepareWithUpdateColumn(): void
211211
'config',
212212
[
213213
'name' => $attributeCode,
214-
'dataType' => $backendType,
214+
'dataType' => $frontendInput,
215215
'filter' => [
216216
'filterType' => 'text',
217217
'conditionType' => 'like',

0 commit comments

Comments
 (0)