From 44e6192d2bdecf1336e372686f15417ed98c4b16 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Sat, 26 Jul 2014 17:17:03 -0600 Subject: Remove testify. --- simulation_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'simulation_test.go') diff --git a/simulation_test.go b/simulation_test.go index 1c2aaf8..ceb8bae 100644 --- a/simulation_test.go +++ b/simulation_test.go @@ -8,7 +8,6 @@ import ( "testing" "github.com/boltdb/bolt" - "github.com/stretchr/testify/assert" ) func TestSimulate_1op_1p(t *testing.T) { testSimulate(t, 100, 1) } @@ -90,7 +89,7 @@ func testSimulate(t *testing.T, threadCount, parallelism int) { versions[tx.ID()] = qdb mutex.Unlock() - assert.NoError(t, tx.Commit()) + ok(t, tx.Commit()) }() } else { defer tx.Rollback() -- cgit v1.2.3