mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-25 01:04:14 -05:00
test: update test
This commit is contained in:
@@ -131,7 +131,10 @@ describe('ObjectAPI', () => {
|
||||
api.setLayout({ visualization: 'viz', version: 'vers' });
|
||||
expect(api.setState).to.have.been.calledWithExactly({
|
||||
layout: { visualization: 'viz', version: 'vers' },
|
||||
error: { message: 'Could not find a version that supports current object version' },
|
||||
error: {
|
||||
message:
|
||||
"Could not find a version of 'viz' that supports current object version. Did you forget to register viz?",
|
||||
},
|
||||
sn: null,
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user