Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta committed Dec 18, 2024
1 parent a1fa786 commit b038c7f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,6 @@ public void testContainerWithOptionalVariants() {
assertEquals(FunctionScore.Kind.Linear, fsq2.functionScore().functions().get(0)._kind());
assertEquals(1.0, fsq2.functionScore().functions().get(0).weight(), 0.001);
assertEquals(2.0, fsq2.functionScore().functions().get(0).linear().untyped().placement().decay(), 0.001);

// possible infinite recursion

}
}
}

0 comments on commit b038c7f

Please sign in to comment.