We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e54138 commit 7129653Copy full SHA for 7129653
tests/RecordedEndpointResolveTest.php
@@ -82,7 +82,7 @@
82
});
83
84
it('should throw a handling exception when unknown parent type', function () {
85
- expect(fn () => new NotionParent(['object' => 'unknown', 'id' => '1234']))->toThrow('invalid json-array: the given object is not a valid parent');
+ expect(fn () => new NotionParent(['object' => 'unknown', 'id' => '1234']))->toThrow('Invalid JSON: The given object is not a valid parent');
86
87
88
it('should throw a handling exception when entity without parent', function () {
0 commit comments