fix tests

This commit is contained in:
Maxksim Fomenkov
2022-09-22 14:20:13 +03:00
parent 4bb93023e8
commit b1482fbf5a
2 changed files with 15 additions and 25 deletions

View File

@@ -16,6 +16,7 @@
*/
package io.emeraldpay.dshackle.upstream
import com.google.common.annotations.VisibleForTesting
import io.emeraldpay.dshackle.cache.Caches
import io.emeraldpay.dshackle.cache.CachesEnabled
import io.emeraldpay.dshackle.upstream.forkchoice.ForkChoice
@@ -61,4 +62,8 @@ class MergedHead(
}
}
}
@VisibleForTesting
private fun getSources() =
sources
}