mirror of
https://github.com/apache/superset.git
synced 2026-04-10 20:06:13 +00:00
add test coverage for sql lab components (#3022)
This commit is contained in:
@@ -91,7 +91,7 @@ describe('SqlEditorLeftBar', () => {
|
||||
it('dbMutator should build databases options', () => {
|
||||
const options = wrapper.instance().dbMutator(databases);
|
||||
expect(options).to.deep.equal([
|
||||
{ value: 188, label: 'main' },
|
||||
{ value: 1, label: 'main' },
|
||||
{ value: 208, label: 'Presto - Gold' },
|
||||
]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user