Skip to content

Commit b99c3ad

Browse files
fix: upsert all config mock (#78)
1 parent 87f17ff commit b99c3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config-service-api/src/testFixtures/java/org/hypertrace/config/service/test/MockGenericConfigService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ public MockGenericConfigService mockUpsertAll() {
271271
return null;
272272
})
273273
.when(this.mockConfigService)
274-
.upsertConfig(ArgumentMatchers.any(), ArgumentMatchers.any());
274+
.upsertAllConfigs(ArgumentMatchers.any(), ArgumentMatchers.any());
275275

276276
return this;
277277
}

0 commit comments

Comments
 (0)