File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
hiero-enterprise-spring/src/test/java/com/openelements/hiero/spring/test Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 88import com .openelements .hiero .base .data .TopicMessage ;
99import com .openelements .hiero .base .mirrornode .TopicRepository ;
1010import com .openelements .hiero .test .HieroTestUtils ;
11+ import java .util .Optional ;
1112import org .junit .jupiter .api .Assertions ;
1213import org .junit .jupiter .api .Test ;
1314import org .springframework .beans .factory .annotation .Autowired ;
1415import org .springframework .boot .test .context .SpringBootTest ;
1516
16- import java .util .Optional ;
17-
18- @ SpringBootTest (classes = TestConfig .class )
17+ @ SpringBootTest (classes = HieroTestConfig .class )
1918public class TopicRepositoryTest {
2019 @ Autowired
2120 private TopicRepository topicRepository ;
You can’t perform that action at this time.
0 commit comments