From 44e6192d2bdecf1336e372686f15417ed98c4b16 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Sat, 26 Jul 2014 17:17:03 -0600 Subject: Remove testify. --- cmd/bolt/stats_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cmd/bolt/stats_test.go') diff --git a/cmd/bolt/stats_test.go b/cmd/bolt/stats_test.go index 2ad5d51..44ed434 100644 --- a/cmd/bolt/stats_test.go +++ b/cmd/bolt/stats_test.go @@ -7,7 +7,6 @@ import ( "github.com/boltdb/bolt" . "github.com/boltdb/bolt/cmd/bolt" - "github.com/stretchr/testify/assert" ) func TestStats(t *testing.T) { @@ -40,7 +39,7 @@ func TestStats(t *testing.T) { }) db.Close() output := run("stats", path, "b") - assert.Equal(t, "Aggregate statistics for 2 buckets\n\n"+ + equals(t, "Aggregate statistics for 2 buckets\n\n"+ "Page count statistics\n"+ "\tNumber of logical branch pages: 0\n"+ "\tNumber of physical branch overflow pages: 0\n"+ -- cgit v1.2.3