Skip to content

Commit c1864ae

Browse files
Update calm-hub/src/test/java/org/finos/calm/store/mongo/TestMongoAdrStoreShould.java
Co-authored-by: jpgough-ms <152306432+jpgough-ms@users.noreply.github.com>
1 parent 13d7127 commit c1864ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

calm-hub/src/test/java/org/finos/calm/store/mongo/TestMongoAdrStoreShould.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ void setup() {
8383
void get_adrs_for_namespace_returns_empty_list_when_none_exist() throws NamespaceNotFoundException {
8484
FindIterable<Document> findIterable = Mockito.mock(DocumentFindIterable.class);
8585
when(namespaceStore.namespaceExists(anyString())).thenReturn(true);
86-
when(namespaceStore.namespaceExists(anyString())).thenReturn(true);
8786
when(adrCollection.find(eq(Filters.eq("namespace", NAMESPACE))))
8887
.thenReturn(findIterable);
8988
Document documentMock = Mockito.mock(Document.class);

0 commit comments

Comments
 (0)