diff options
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. |