Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
idegtiarenko committed Dec 13, 2024
1 parent 7b5a3ec commit 08eaee6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ private static TestCaseSupplier createLiteralTestCase(String algorithm, DataType
new TestCaseSupplier.TypedData(new BytesRef(algorithm), algorithmType, "algorithm").forceLiteral(),
new TestCaseSupplier.TypedData(new BytesRef(input), inputType, "input")
),
"HashEvaluator[algorithm=" + algorithm + ", input=Attribute[channel=1]]",
"HashConstantEvaluator[algorithm=" + algorithm + ", input=Attribute[channel=0]]",
DataType.KEYWORD,
equalTo(new BytesRef(hash(algorithm, input)))
);
Expand Down

0 comments on commit 08eaee6

Please sign in to comment.