Skip to content

Commit cfc6f19

Browse files
committed
Fix field type in error message
1 parent ce303a6 commit cfc6f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/src/main/java/org/elasticsearch/logsdb/datageneration/matchers/source/FieldSpecificMatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ public MatchResult match(
282282
actualSettings,
283283
expectedMappings,
284284
expectedSettings,
285-
"Values of type [unsigned_long] don't match after normalization, normalized"
285+
"Values of type [counted_keyword] don't match after normalization, normalized"
286286
+ prettyPrintCollections(actualNormalized, expectedNormalized)
287287
)
288288
);

0 commit comments

Comments
 (0)