We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7b598 commit beb6643Copy full SHA for beb6643
tests/library/Application/Update/UpdateEnrichmentsTest.php
@@ -64,7 +64,7 @@ public function setUp(): void
64
65
$this->translationHelper = new Admin_Model_EnrichmentKeys();
66
$this->translationHelper->createTranslations('testOldKey', null, [
67
- 'label' => 'EnrichmenttestOldKey'
+ 'label' => 'EnrichmenttestOldKey',
68
]);
69
70
$this->updater = new Application_Update_UpdateEnrichments();
0 commit comments