Skip to content

Commit 6381923

Browse files
committed
Merge branch 'maintenance/pim_beta1' into feature/batch-command-emails
2 parents 42e0121 + 0a9b050 commit 6381923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Unit/Job/JobTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ public function testAddStep()
295295
$this->job->addStep('name1', $mockStep1);
296296
$this->job->addStep('name2', $mockStep2);
297297

298-
$this->assertEquals(array('name1' => $mockStep1, 'name2' => $mockStep2), $this->job->getSteps());
298+
$this->assertEquals(array($mockStep1, $mockStep2), $this->job->getSteps());
299299
}
300300

301301
public function testSetSteps()

0 commit comments

Comments
 (0)