From bbf2da4c907f8f5234e65d141e4759dc7130fdd7 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Sat, 26 Jul 2014 19:41:05 -0600 Subject: Fix go vet. --- node_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node_test.go') diff --git a/node_test.go b/node_test.go index f4bf4af..fa5d10f 100644 --- a/node_test.go +++ b/node_test.go @@ -54,7 +54,7 @@ func TestNode_read_LeafPage(t *testing.T) { // Check that there are two inodes with correct data. if !n.isLeaf { - t.Fatalf("expected leaf", n.isLeaf) + t.Fatal("expected leaf") } if len(n.inodes) != 2 { t.Fatalf("exp=2; got=%d", len(n.inodes)) -- cgit v1.2.3