Skip to content

Commit

Permalink
gh-2823 FederatedStore unsupported operations are forwarded to subgra…
Browse files Browse the repository at this point in the history
…phs. Tests
  • Loading branch information
GCHQDev404 committed Nov 15, 2022
1 parent 248ddb4 commit 3bc83fd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ void afterEach() {

@Test
public void shouldFailWithUnsupportedOperation() throws Exception {
//make custom store with no GetAllElements
final String testExceptionMessage = "TestExceptionMessage";

//make custom store with no GetAllElements
FederatedStore federatedStoreWithNoGetAllElements = new FederatedStore() {
@Override
protected void addAdditionalOperationHandlers() {
Expand Down

0 comments on commit 3bc83fd

Please sign in to comment.