diff --git a/db_test.go b/db_test.go index fc0d230..e3516a0 100644 --- a/db_test.go +++ b/db_test.go @@ -139,7 +139,7 @@ func TestDB_ImportExport(t *testing.T) { } // Export - err = orig.Export(tc.filePath, tc.compress, tc.encryptionKey) + err = orig.ExportToFile(tc.filePath, tc.compress, tc.encryptionKey) if err != nil { t.Fatal("expected no error, got", err) }