Skip to content

Commit 82812d1

Browse files
authored
remove comment
Signed-off-by: Manuel <[email protected]>
1 parent e5c8fb9 commit 82812d1

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
@@ -4784,7 +4784,6 @@ describe('beforePasswordResetRequest hook', () => {
47844784
await user.signUp();
47854785
const base64 = 'V29ya2luZyBhdCBQYXJzZSBpcyBncmVhdCE=';
47864786
const file = new Parse.File('myfile.txt', { base64 });
4787-
// Test that the hook not throw "Tried to encode an unsaved file."
47884787
await file.save();
47894788
await user.save({ file });
47904789

0 commit comments

Comments
 (0)