fix test for new requirements
robertmakrytski opened this issue · 0 comments
robertmakrytski commented
if (Objects.nonNull(appLocalConfig) && versionComparator.compare(appLocalConfig.getCurrentAppVersion(), remoteAppConfig.getAppVersion()) == -1) {
we need add appStarterConfig only for tests.