Refactor event to subgraph pipeline.

This commit is contained in:
Jay
2026-03-03 16:33:30 -05:00
parent c4cc7115b3
commit 4fddf849d0
3 changed files with 76 additions and 65 deletions

View File

@@ -152,7 +152,7 @@ func TestEventToSubgraph(t *testing.T) {
},
}
expanders := GetDefaultExpanderRegistry()
expanders := NewExpanderPipeline(DefaultExpanders()...)
for _, tc := range cases {
t.Run(tc.name, func(t *testing.T) {