|
|
@@ -264,7 +264,7 @@ describe( 'ToolbarView', () => {
|
|
|
|
|
|
sinon.assert.calledOnce( log.warn );
|
|
|
sinon.assert.calledWithExactly( log.warn,
|
|
|
- sinon.match( /^toolbarview-missing-component/ ),
|
|
|
+ sinon.match( /^toolbarview-item-unavailable/ ),
|
|
|
{ name: 'baz', factory }
|
|
|
);
|
|
|
} );
|