Skip to content

Commit 2333a59

Browse files
authored
Update spec/CloudCode.spec.js
Signed-off-by: Manuel <[email protected]>
1 parent ccd8763 commit 2333a59

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
@@ -1353,7 +1353,7 @@ describe('Cloud Code', () => {
13531353
});
13541354
});
13551355

1356-
it('should not enode Parse Objects', async () => {
1356+
it('should not encode Parse Objects', async () => {
13571357
const user = new Parse.User();
13581358
user.setUsername('username');
13591359
user.setPassword('password');

0 commit comments

Comments
 (0)