Skip to content

Commit 2f09174

Browse files
committed
refined test error message
1 parent 46c8923 commit 2f09174

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/FSFormUnitTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ public function testForm_whenFormMethods_givenRequiredParams_thenPrintAPIRespons
107107
print("\nDeleting API created form\n");
108108
print_r($fsForm->delete($formId));
109109

110-
}catch (RequestException $e) {
111-
print_r($e->getResponse()->getBody());
110+
} catch (RequestException $e) {
111+
print($e->getResponse()->getBody());
112112
}
113113

114114
}

0 commit comments

Comments
 (0)