aboutsummaryrefslogtreecommitdiff
path: root/tx_test.go
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-05-28 10:46:21 -0600
committerBen Johnson <benbjohnson@yahoo.com>2014-05-28 10:46:21 -0600
commitb9b1bb5b292766d92b2867631942c28ac2e97af4 (patch)
treead956b5e92c9e371df3f10277126b6c5821ecd2e /tx_test.go
parentMerge pull request #175 from benbjohnson/check-loop (diff)
parentAdd streaming check. (diff)
downloaddedo-b9b1bb5b292766d92b2867631942c28ac2e97af4.tar.gz
dedo-b9b1bb5b292766d92b2867631942c28ac2e97af4.tar.xz
Merge pull request #176 from benbjohnson/streaming-check
Add streaming check.
Diffstat (limited to 'tx_test.go')
-rw-r--r--tx_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tx_test.go b/tx_test.go
index f6ee3d3..dd04ae6 100644
--- a/tx_test.go
+++ b/tx_test.go
@@ -310,7 +310,7 @@ func TestTx_Check_Corrupt(t *testing.T) {
})
}()
- assert.Equal(t, "check fail: 1 errors occurred: page 3: already freed", msg)
+ assert.Equal(t, "check fail: page 3: already freed", msg)
}
// Ensure that the database can be copied to a file path.