Skip to content

Commit

Permalink
refactor(config): typo in class name
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed May 16, 2024
1 parent 1ff8a55 commit 8a8f8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/1-install/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public function checkRequestType() {
public function checkAutomaticAction() {
$cronTask = new \CronTask();
$cronTask->getFromDBByCrit([
'itemtype' => 'PluginFormcreatorISsue',
'itemtype' => 'PluginFormcreatorIssue',
'name' => 'SyncIssues'
]);
$this->boolean($cronTask->isNewItem())->isFalse();
Expand Down

0 comments on commit 8a8f8d4

Please sign in to comment.