Skip to content

Commit b74b7a4

Browse files
committed
Update unit test to match class change
1 parent 7200593 commit b74b7a4

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Indexer/Test/Unit/Block/Backend/Grid/Column/Renderer

1 file changed

+1
-1
lines changed

app/code/Magento/Indexer/Test/Unit/Block/Backend/Grid/Column/Renderer/StatusTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function renderDataProvider()
4949
],
5050
'set3' => [
5151
[\Magento\Framework\Indexer\StateInterface::STATUS_WORKING],
52-
['class' => 'grid-severity-major', 'text' => 'Processing']
52+
['class' => 'grid-severity-minor', 'text' => 'Processing']
5353
]
5454
];
5555
}

0 commit comments

Comments
 (0)