diff --git a/__tests__/Hcaptcha.test.js b/__tests__/Hcaptcha.test.js index 781cd81..f7c71b1 100644 --- a/__tests__/Hcaptcha.test.js +++ b/__tests__/Hcaptcha.test.js @@ -103,7 +103,7 @@ describe('Hcaptcha', () => { expect(config.debugInfo).toMatchObject({ customDebug: 'enabled', 'dep_mocked-md5': true, - sdk_3_0_2: true, + sdk_4_0_0: true, }); expect(query).toMatchObject({ diff --git a/__tests__/__snapshots__/ConfirmHcaptcha.test.js.snap b/__tests__/__snapshots__/ConfirmHcaptcha.test.js.snap index 9d4839d..f7c227f 100644 --- a/__tests__/__snapshots__/ConfirmHcaptcha.test.js.snap +++ b/__tests__/__snapshots__/ConfirmHcaptcha.test.js.snap @@ -112,7 +112,7 @@ exports[`ConfirmHcaptcha renders ConfirmHcaptcha with minimum props after show()