Skip to content

Commit

Permalink
iter
Browse files Browse the repository at this point in the history
  • Loading branch information
pmpailis committed Sep 17, 2024
1 parent d08161a commit 9e1a747
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,4 @@ protected RankDoc mutateInstance(RankDoc instance) throws IOException {
}
return mutated;
}

public void testExplain() {
RankDoc instance = createTestRankDoc();
assertEquals(instance.explain().toString(), instance.explain().toString());
}
}

0 comments on commit 9e1a747

Please sign in to comment.