Skip to content

Commit 152ff41

Browse files
committed
fix the expectation on the failing test.
1 parent 34b51f7 commit 152ff41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ValidationAndPasswordsReset.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ describe('Custom Pages, Email Verification, Password Reset', () => {
952952
)
953953
.then(results => {
954954
expect(results.length).toEqual(1);
955-
expect(results[0]['_perishable_token']).toBeNull();
955+
expect(results[0]['_perishable_token']).toBeUndefined();
956956
done();
957957
})
958958
})

0 commit comments

Comments
 (0)