feat(query-generation): support for the unwind stages INTELLIJ-195 #254
Annotations
1 error and 1 warning
ToolbarModelTest$DatabasesLoadingStateChanged.when databases loading is successful, it updates the state():
ToolbarModelTest$DatabasesLoadingStateChanged#L365
Wanted but not invoked:
mdbDataSourceService.listDatabasesForDataSource(
Mock for LocalDataSource, hashCode: 407254816
);
-> at com.mongodb.jbplugin.editor.services.implementations.MdbDataSourceService.listDatabasesForDataSource(MdbDataSourceService.kt:65)
However, there were exactly 2 interactions with this mock:
mdbDataSourceService.listMongoDbDataSources();
-> at com.mongodb.jbplugin.editor.models.ToolbarState.getDataSources(ToolbarModel.kt:52)
mdbDataSourceService.connect(
Mock for LocalDataSource, hashCode: 407254816
);
-> at com.mongodb.jbplugin.editor.models.ToolbarModel.handleDataSourceSelected(ToolbarModel.kt:343)
|
Check PR Title
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|