mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-27 05:15:47 +00:00
fix router test
This commit is contained in:
@@ -87,7 +87,7 @@ func TestNewRouterNoModuleId(t *testing.T) {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
_, moduleErrors, _ := showbridge.NewRouter(routerConfig)
|
_, moduleErrors, _ := showbridge.NewRouter(routerConfig, tracer)
|
||||||
|
|
||||||
if moduleErrors == nil {
|
if moduleErrors == nil {
|
||||||
t.Fatalf("router should have returned 'unknown module' module errors")
|
t.Fatalf("router should have returned 'unknown module' module errors")
|
||||||
|
|||||||
Reference in New Issue
Block a user