aboutsummaryrefslogtreecommitdiff
path: root/tx_test.go
diff options
context:
space:
mode:
authorAsdine El Hrychy <asdine.elhrychy@gmail.com>2016-03-22 15:51:53 +0100
committerAsdine El Hrychy <asdine.elhrychy@gmail.com>2016-03-22 15:51:53 +0100
commit8192480115db2ffd2bc60e3c5bcc58174303fbce (patch)
treea878750866be52455aa6290388b04ff720e98b45 /tx_test.go
parentUpdate README.md (diff)
parentv1.2.0 (diff)
downloaddedo-8192480115db2ffd2bc60e3c5bcc58174303fbce.tar.gz
dedo-8192480115db2ffd2bc60e3c5bcc58174303fbce.tar.xz
Merge remote-tracking branch 'boltdb/master' into project-list
# Conflicts: # README.md
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 18ff166..2201e79 100644
--- a/tx_test.go
+++ b/tx_test.go
@@ -570,7 +570,7 @@ func TestTx_CopyFile_Error_Meta(t *testing.T) {
if err := db.View(func(tx *bolt.Tx) error {
return tx.Copy(&failWriter{})
- }); err == nil || err.Error() != "meta copy: error injected for tests" {
+ }); err == nil || err.Error() != "meta 0 copy: error injected for tests" {
t.Fatalf("unexpected error: %v", err)
}
}