diff --git a/db_test.go b/db_test.go index 65b44c8..fa8fd69 100644 --- a/db_test.go +++ b/db_test.go @@ -682,7 +682,9 @@ func TestDB_Concurrent_WriteTo(t *testing.T) { panic(err) } f.Close() - snap := btesting.MustOpenDBWithOption(t, f.Name(), o) + + copyOpt := *o + snap := btesting.MustOpenDBWithOption(t, f.Name(), ©Opt) defer snap.MustClose() snap.MustCheck() }