From 2f8aafa6d3d3024792c0604bc5be1d85489bc535 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Tue, 4 Jul 2023 17:28:29 +0200 Subject: [PATCH] TMP/UNDO: make backwardPropagate() public, for unit tests --- .../src/main/kotlin/org/pgpainless/wot/dijkstra/Query.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wot-dijkstra/src/main/kotlin/org/pgpainless/wot/dijkstra/Query.kt b/wot-dijkstra/src/main/kotlin/org/pgpainless/wot/dijkstra/Query.kt index 7e9106ad..0246c6bf 100644 --- a/wot-dijkstra/src/main/kotlin/org/pgpainless/wot/dijkstra/Query.kt +++ b/wot-dijkstra/src/main/kotlin/org/pgpainless/wot/dijkstra/Query.kt @@ -306,7 +306,7 @@ class Query( /// amount to use for the certification and whether any regular /// expressions should be respected. To simply use the values in /// the certification return None using the callback: `|_| None`. - private + // FIXME: public for tests, should be private fun backwardPropagate(targetFpr: Fingerprint, targetUserid: String, selfSigned: Boolean,