Skip to content

Commit 17795c9

Browse files
author
Vitaliy Honcharenko
committed
MTA-2395: Tax module functional tests maintenance
- change code style
1 parent 9dd70ec commit 17795c9

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/functional/tests/app/Magento/Tax/Test/Block/Adminhtml/Rule/Edit

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/Tax/Test/Block/Adminhtml/Rule/Edit/Form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ protected function setNewTaxClassName(SimpleElement $element, $taxClass)
248248
}
249249
} while ($count < self::MAX_TRY_COUNT);
250250

251-
throw new \Exception($e);
251+
throw new \Exception("Input for new tax class name isn't display.\n" . $e);
252252
}
253253

254254
/**

0 commit comments

Comments
 (0)