0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-17 22:04:19 -05:00

test(core): fix typos in connectors/*/index.test.ts (#328)

This commit is contained in:
IceHe.xyz 2022-03-07 12:01:24 +08:00 committed by GitHub
parent f6a0aa8bd6
commit 3dd7d496ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@ describe('validateConfig', () => {
});
describe('getUserInfo', () => {
it('shoud get valid SocialUserInfo', async () => {
it('should get valid SocialUserInfo', async () => {
nock(userInfoEndpoint).get('').reply(200, {
id: 1,
avatar_url: 'https://github.com/images/error/octocat_happy.gif',

View file

@ -61,7 +61,7 @@ describe('google connector', () => {
});
describe('getUserInfo', () => {
it('shoud get valid SocialUserInfo', async () => {
it('should get valid SocialUserInfo', async () => {
nock(userInfoEndpoint).post('').reply(200, {
sub: '1234567890',
name: 'monalisa octocat',