Skip to content

Commit

Permalink
Use new method in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
philippgille committed May 4, 2024
1 parent 126402b commit 263b67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 263b67b

Please sign in to comment.