Skip to content

Commit

Permalink
Update expected exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
amenning committed Apr 3, 2021
1 parent 9b511b3 commit e842bea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Functional/Driver/OCI8/ResultTest.php
Expand Up @@ -64,8 +64,8 @@ public function testTruncatedFetch(): void
{
$this->expectException(DriverException::class);
$this->expectErrorMessageMatches(
'/^An exception occurred in the driver: There was an error before all rows could be fetched.'
. ' Error number: 2, Error String: oci_fetch_array*/'
'/^An exception occurred in the driver: There was an error before all rows could be fetched. '
. 'Error number: 2, Error String: oci_fetch_array.*/'
);

// Create a pipelined funtion that returns 10 rows more than the
Expand Down

0 comments on commit e842bea

Please sign in to comment.