Skip to content

Commit 81f85dc

Browse files
committed
Drop unneeded namespace prefix in scalar type extension spec
1 parent 33094ce commit 81f85dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

elasticgraph-json_ingestion/spec/unit/elastic_graph/json_ingestion/schema_definition/schema_elements/scalar_type_extension_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def scalar_coercion_adapter_path
9898
end
9999

100100
def build_api
101-
schema_elements = ::ElasticGraph::SchemaArtifacts::RuntimeMetadata::SchemaElementNames.new(form: "snake_case")
101+
schema_elements = SchemaArtifacts::RuntimeMetadata::SchemaElementNames.new(form: "snake_case")
102102
::ElasticGraph::SchemaDefinition::API.new(
103103
schema_elements,
104104
true,

0 commit comments

Comments
 (0)