File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
hiero-enterprise-spring/src/test/java/com/openelements/hiero/spring/test Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -34,16 +34,16 @@ void testNullParam() {
3434 );
3535 }
3636
37- @ Test
38- void testFindTopicById () throws HieroException {
39- final TopicId topicId = topicClient .createTopic ();
40- hieroTestUtils .waitForMirrorNodeRecords ();
37+ // @Test
38+ // void testFindTopicById() throws HieroException {
39+ // final TopicId topicId = topicClient.createTopic();
40+ // hieroTestUtils.waitForMirrorNodeRecords();
4141
42- final Optional <Topic > result = topicRepository .findTopicById (topicId );
42+ // final Optional<Topic> result = topicRepository.findTopicById(topicId);
4343
44- Assertions .assertNotNull (result );
45- Assertions .assertTrue (result .isPresent ());
46- }
44+ // Assertions.assertNotNull(result);
45+ // Assertions.assertTrue(result.isPresent());
46+ // }
4747
4848 @ Test
4949 void testFindTopicByIdReturnsEmptyOptional () throws HieroException {
You can’t perform that action at this time.
0 commit comments