Skip to content

Commit a32d6aa

Browse files
author
Alexander Miertsch
authored
Merge pull request #7 from event-engine/fix/bug_in_integration_test_case
Fix bug in IntegrationTestCase
2 parents 49129fa + d3acf60 commit a32d6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/IntegrationTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ protected function setUpDatabase(array $fixtures)
6262
}
6363

6464
foreach ($aggregates as $aggregateType => $ids) {
65-
foreach ($ids as $arId) {
65+
foreach ($ids as $arId => $bool) {
6666
$this->eventEngine->rebuildAggregateState($aggregateType, $arId);
6767
}
6868
}

0 commit comments

Comments
 (0)