You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: elasticgraph-proto_ingestion/spec/unit/elastic_graph/proto_ingestion/schema_definition/factory_extension_spec.rb
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,31 @@ module SchemaDefinition
48
48
end
49
49
}.toraise_error(Errors::SchemaError,a_string_including("both map to the same proto type name `package_`"))
50
50
end
51
+
52
+
it"detects proto type name collisions after enum configuration blocks run"do
0 commit comments