Skip to content

Commit

Permalink
#207 PointWeightIndexerTest is fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeiakimov committed Sep 12, 2023
1 parent a1215bc commit 5e66a75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class PointWeightIndexerTest extends AnyFlatSpec with Matchers {
val announcedSet: Set[CubeId] = Set.empty
override def cubeWeight(cubeId: CubeId): Option[Weight] = mapCubeWeights.get(cubeId)
override def cubeState(cubeId: CubeId): Option[String] = Some("FLOODED")
override def cubeDomain(cubeId: CubeId): Option[Double] = None
override def cubeDomains: Map[CubeId, Double] = Map.empty
}

"findTargetCubeIds" should "return the root cube if cube weights is empty" in {
Expand Down

0 comments on commit 5e66a75

Please sign in to comment.