Skip to content

Commit ad8711c

Browse files
committed
fix: remove comment
1 parent 4d5f57b commit ad8711c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/CloudCode.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4769,7 +4769,6 @@ describe('beforePasswordResetRequest hook', () => {
47694769

47704770
const base64 = 'V29ya2luZyBhdCBQYXJzZSBpcyBncmVhdCE=';
47714771
const file = new Parse.File('myfile.txt', { base64 });
4772-
// Test that the hook not throw "Tried to encode an unsaved file."
47734772
await file.save();
47744773

47754774
Parse.Cloud.beforePasswordResetRequest(req => {

0 commit comments

Comments
 (0)