diff --git a/toolkit/components/downloads/test/schema_migration/test_migration_to_2.js b/toolkit/components/downloads/test/schema_migration/test_migration_to_2.js index 3419b382da8..2416c4c8c76 100644 --- a/toolkit/components/downloads/test/schema_migration/test_migration_to_2.js +++ b/toolkit/components/downloads/test/schema_migration/test_migration_to_2.js @@ -74,7 +74,7 @@ function run_test() do_check_eq(1180493839859230, stmt.getInt64(3)); do_check_eq(1180493839859230, stmt.getInt64(4)); do_check_eq(1, stmt.getInt32(5)); - stmt.reset(); + stmt.finalize(); cleanup(); }