File tree Expand file tree Collapse file tree
packages/abilities/src/store/tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -807,7 +807,7 @@ describe( 'Store Actions', () => {
807807 await expect (
808808 action ( { select : mockSelect , dispatch : mockDispatch } )
809809 ) . rejects . toThrow (
810- 'The category properties should provide a valid `meta` array .'
810+ 'The category properties should provide a valid `meta` object .'
811811 ) ;
812812 expect ( mockDispatch ) . not . toHaveBeenCalled ( ) ;
813813 } ) ;
@@ -825,7 +825,7 @@ describe( 'Store Actions', () => {
825825 await expect (
826826 action ( { select : mockSelect , dispatch : mockDispatch } )
827827 ) . rejects . toThrow (
828- 'The category properties should provide a valid `meta` array .'
828+ 'The category properties should provide a valid `meta` object .'
829829 ) ;
830830 expect ( mockDispatch ) . not . toHaveBeenCalled ( ) ;
831831 } ) ;
You can’t perform that action at this time.
0 commit comments