File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 ->storeIn ('snapshots/databases ' );
2828});
2929
30- it ('should throw a handling exception if no title property is added ' , function () {
30+ it ('should throw a handling exception if no title property is added ' , function () {
3131 $ this ->httpRecorder ->nameForNextRequest ('400-no-title-property ' );
3232 $ this ->expectException (\FiveamCode \LaravelNotionApi \Exceptions \NotionException::class);
3333 $ this ->expectExceptionMessage ('Bad Request: (validation_error) (Title is not provided) ' );
8686 ->description ('This Database has been created by a Pest Test from Laravel ' )
8787 ->add ($ scheme )
8888 ->createInPage ('0adbc2eb57e84569a700a70d537615be ' );
89-
89+
9090 expect ($ databaseEntity ->getCover ())->toEqual ('https://example.com/cover.jpg ' );
9191 expect ($ databaseEntity ->getIcon ())->toEqual ('https://example.com/cover.jpg ' );
9292 //TODO: Currently not supported due to Notion API versioning
123123 expect ($ databaseEntity ->getProperty ('Test MultiSelect ' )->getOptions ()[0 ]->getColor ())->toEqual ($ multiSelectOptions [0 ]['color ' ]);
124124
125125 expect ($ databaseEntity ->getProperty ('Test Number ' )->getRawResponse ()['number ' ]['format ' ])->toBe ('dollar ' );
126- });
126+ });
You can’t perform that action at this time.
0 commit comments