mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-26 12:55:29 +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 {
|
||||
t.Fatalf("router should have returned 'unknown module' module errors")
|
||||
|
||||
Reference in New Issue
Block a user