Skip to content

Commit 2f99c1e

Browse files
authored
Update ParseHooks.spec.js
Signed-off-by: Corey <[email protected]>
1 parent a4e073e commit 2f99c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ParseHooks.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ describe('Hooks', () => {
208208
expect(err).not.toBe(null);
209209
if (err) {
210210
expect(err.code).toBe(143);
211-
expect(err.message).toBe('function name: my_new_function already exits');
211+
expect(err.message).toBe('function name: my_new_function already exists');
212212
}
213213
return Parse.Hooks.removeFunction('my_new_function');
214214
}

0 commit comments

Comments
 (0)