aboutsummaryrefslogtreecommitdiff
path: root/db_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'db_test.go')
-rw-r--r--db_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_test.go b/db_test.go
index 1eee26f..9bd1ac1 100644
--- a/db_test.go
+++ b/db_test.go
@@ -419,7 +419,7 @@ func TestDB_DoubleFree(t *testing.T) {
})
}()
- assert.Equal(t, "tx 2: page 3 already freed in tx 0", msg)
+ assert.Equal(t, "assertion failed: page 3 already freed", msg)
}
func ExampleDB_Update() {