From 5dbf5084e7d87dd60b040cdaec8be6d3fe15ab85 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Mon, 6 Nov 2017 16:49:27 -0800 Subject: [PATCH] routing: fix linter error --- routing/router_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/routing/router_test.go b/routing/router_test.go index 64e382f3..e05c1cd9 100644 --- a/routing/router_test.go +++ b/routing/router_test.go @@ -1234,7 +1234,7 @@ func TestRouterChansClosedOfflinePruneGraph(t *testing.T) { } if chainHeight != 107 { t.Fatalf("incorrect chain height: expected %v, got %v", - chainHeight) + 107, chainHeight) } // Next, we'll "shut down" the router in order to simulate downtime. @@ -1276,7 +1276,7 @@ func TestRouterChansClosedOfflinePruneGraph(t *testing.T) { } if chainHeight != 112 { t.Fatalf("incorrect chain height: expected %v, got %v", - chainHeight) + 112, chainHeight) } // Now we'll re-start the ChannelRouter. It should recognize that it's