Skip to content

Commit fd9d103

Browse files
committed
Update ParseUser.spec.js
1 parent ab03153 commit fd9d103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ParseUser.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ describe('Parse.User testing', () => {
588588
}
589589
});
590590

591-
fit('never locks himself up', async () => {
591+
it('never locks himself up', async () => {
592592
const user = new Parse.User();
593593
await user.signUp({
594594
username: 'username',

0 commit comments

Comments
 (0)