mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-05-07 10:05:54 +00:00
work towards decoupling api from router
This commit is contained in:
@@ -91,8 +91,8 @@ func TestNewRouter(t *testing.T) {
|
||||
t.Fatalf("router should not have returned any route errors: %v", routeErrors)
|
||||
}
|
||||
|
||||
if !reflect.DeepEqual(routerConfig, router.RunningConfig()) {
|
||||
t.Fatalf("router running config did not match expected, got: %v, expected: %v", router.RunningConfig(), routerConfig)
|
||||
if !reflect.DeepEqual(routerConfig, router.GetRunningConfig()) {
|
||||
t.Fatalf("router running config did not match expected, got: %v, expected: %v", router.GetRunningConfig(), routerConfig)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user