From a5cb717fc7741a98adbc31d082638835e81a97b5 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Thu, 8 May 2014 08:10:14 -0600 Subject: Fix deletion reclamation. --- simulation_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simulation_test.go') diff --git a/simulation_test.go b/simulation_test.go index 9c196c6..482349f 100644 --- a/simulation_test.go +++ b/simulation_test.go @@ -128,7 +128,7 @@ func simulateGetHandler(tx *Tx, qdb *QuickDB) { // Retrieve root bucket. b := tx.Bucket(keys[0]) if b == nil { - panic(fmt.Sprintf("bucket[0] expected: %v\n", keys[0])) + panic(fmt.Sprintf("bucket[0] expected: %08x\n", trunc(keys[0], 4))) } // Drill into nested buckets. -- cgit v1.2.3