routing: fix linter error

This commit is contained in:
Olaoluwa Osuntokun 2017-11-06 16:49:27 -08:00
parent 9294358b5b
commit 5dbf5084e7
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21
1 changed files with 2 additions and 2 deletions

View File

@ -1234,7 +1234,7 @@ func TestRouterChansClosedOfflinePruneGraph(t *testing.T) {
} }
if chainHeight != 107 { if chainHeight != 107 {
t.Fatalf("incorrect chain height: expected %v, got %v", t.Fatalf("incorrect chain height: expected %v, got %v",
chainHeight) 107, chainHeight)
} }
// Next, we'll "shut down" the router in order to simulate downtime. // Next, we'll "shut down" the router in order to simulate downtime.
@ -1276,7 +1276,7 @@ func TestRouterChansClosedOfflinePruneGraph(t *testing.T) {
} }
if chainHeight != 112 { if chainHeight != 112 {
t.Fatalf("incorrect chain height: expected %v, got %v", 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 // Now we'll re-start the ChannelRouter. It should recognize that it's