Skip to content

Commit

Permalink
AJ-2005: delete datarepo dao (#774)
Browse files Browse the repository at this point in the history
delete datarepo dao
  • Loading branch information
davidangb authored Sep 6, 2024
1 parent 3d2134d commit 92acbfc
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 329 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import java.util.UUID;
import org.databiosphere.workspacedataservice.TestUtils;
import org.databiosphere.workspacedataservice.common.ControlPlaneTestBase;
import org.databiosphere.workspacedataservice.datarepo.DataRepoClientFactory;
import org.databiosphere.workspacedataservice.generated.CollectionRequestServerModel;
import org.databiosphere.workspacedataservice.generated.CollectionServerModel;
import org.databiosphere.workspacedataservice.service.CollectionService;
Expand Down Expand Up @@ -62,7 +61,6 @@ class LogStatementTest extends ControlPlaneTestBase {
Mockito.mock(ReferencedGcpResourceApi.class);

// mocking for data repo
@MockBean DataRepoClientFactory mockDataRepoClientFactory;
final RepositoryApi mockRepositoryApi = Mockito.mock(RepositoryApi.class);

@MockBean DataTableTypeInspector dataTableTypeInspector;
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 92acbfc

Please sign in to comment.