Skip to content

Commit

Permalink
CC-10205 fixed symfony/security + tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
limeeugenia committed Aug 19, 2020
1 parent 83edc84 commit 615e921
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,7 @@ public function testGetCustomerByCriteriaShouldRunExpanders(): void
->getCustomerByCriteria($customerCriteriaTransfer);

// Assert
$this->assertFalse($customerResponseTransfer->getIsSuccess(), 'Customer must be findable by customer reference');
$this->assertTrue($customerResponseTransfer->getIsSuccess(), 'Customer must be findable by customer reference');
}

/**
Expand Down

0 comments on commit 615e921

Please sign in to comment.