diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-05-28 10:46:21 -0600 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-05-28 10:46:21 -0600 |
commit | b9b1bb5b292766d92b2867631942c28ac2e97af4 (patch) | |
tree | ad956b5e92c9e371df3f10277126b6c5821ecd2e /tx_test.go | |
parent | Merge pull request #175 from benbjohnson/check-loop (diff) | |
parent | Add streaming check. (diff) | |
download | dedo-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.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |