Skip to content

Commit f616b3f

Browse files
dbulahovstbischof
authored andcommitted
fix dataSources implementation
Signed-off-by: dbulahov <bulahovdenis@gmail.com>
1 parent 465c84f commit f616b3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xmla/bridge/src/test/java/org/eclipse/daanse/olap/xmla/bridge/discover/OtherDiscoverServiceTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ void dataSources() throws SQLException {
115115
when(context2.getName()).thenReturn("foo");
116116
when(context2.getDescription()).thenReturn(Optional.of("fooDescription"));
117117
// when(context2.getDataSource()).thenReturn(dataSource);
118+
118119
List<DiscoverDataSourcesResponseRow> rows = service.dataSources(request, requestMetaData);
119120
verify(context1, times(1)).getName();
120121
verify(context2, times(1)).getName();

0 commit comments

Comments
 (0)