StoreFixtures.withStore(client(), store -> { final Store queriedStore = client().executeBlocking(StoreByKeyGet.of(store.getKey())); Assertions.assertThat(queriedStore).isNotNull(); }); See the test code.
StoreFixtures.withStore(client(), store -> { final Store queriedStore = client().executeBlocking(StoreByKeyGet.of(store.getKey())); Assertions.assertThat(queriedStore).isNotNull(); });
See the test code.