incorporate observer interface into components

This commit is contained in:
Jay
2026-05-19 21:20:00 -04:00
parent ce0b13e914
commit 30e9881dae
7 changed files with 118 additions and 78 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import (
func TestEmbassy_Dispatch(t *testing.T) {
p := newMockPool(t)
embassy := NewEmbassy(p.ctx, p.plugin, nil)
embassy := NewEmbassy(p.ctx, p.plugin)
embassy.Dispatch(p.url)
envoy := embassy.Call(p.url)
assert.NotNil(t, envoy)