aboutsummaryrefslogtreecommitdiff
path: root/tx_test.go
diff options
context:
space:
mode:
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.