Skip to content

Commit

Permalink
Fix syntax in Client Test breaking CI (#153)
Browse files Browse the repository at this point in the history
* Fix syntax in Client Test breaking CI
  • Loading branch information
sheldonvaughn committed Jul 5, 2023
1 parent de9dd67 commit 2b750ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/WorkOS/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function testClientThrowsRequestExceptionsWithBadMessage($statusCode, $ex
}
}

/**
/**
* @dataProvider requestExceptionTestProvider
*/
public function testClientThrowsRequestExceptionsWithMessageAndCode($statusCode, $exceptionClass)
Expand Down Expand Up @@ -119,7 +119,7 @@ public function testClientThrowsRequestExceptionsWithMessageAndCode($statusCode,
}
}

/**
/**
* @dataProvider requestExceptionTestProvider
*/
public function testClientThrowsRequestExceptionsWithErrorAndErrorDescription($statusCode, $exceptionClass)
Expand Down Expand Up @@ -149,7 +149,7 @@ public function testClientThrowsRequestExceptionsWithErrorAndErrorDescription($s
}
}

/**
/**
* @dataProvider requestExceptionTestProvider
*/
public function testClientThrowsRequestExceptionsWithErrors($statusCode, $exceptionClass)
Expand Down

0 comments on commit 2b750ae

Please sign in to comment.