Skip to content

Commit 4773cf6

Browse files
eyalkorendakrone
andauthored
fix typo in test name
Co-authored-by: Lee Hinman <[email protected]>
1 parent 2b77e3c commit 4773cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ingest-ecs/src/test/java/org/elasticsearch/ingest/ecs/EcsNamespacingProcessorTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public void testIsOTelDocument_validMinimalOTelDocument() {
2727
assertTrue(processor.isOTelDocument(document));
2828
}
2929

30-
public void testIsOTelDocument_validOTelDocumentWithScopAndAttributes() {
30+
public void testIsOTelDocument_validOTelDocumentWithScopeAndAttributes() {
3131
Map<String, Object> document = new HashMap<>();
3232
document.put("attributes", new HashMap<>());
3333
document.put("resource", new HashMap<>());

0 commit comments

Comments
 (0)