Skip to content

Commit e5c8fb9

Browse files
committed
fix: message
1 parent 6418ad1 commit e5c8fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/CloudCode.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4784,7 +4784,7 @@ 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 Save non encoded file
4787+
// Test that the hook not throw "Tried to encode an unsaved file."
47884788
await file.save();
47894789
await user.save({ file });
47904790

0 commit comments

Comments
 (0)