Fix typos
GitOrigin-RevId: 69477e3d95db2862f745f43d97a6f98430a1973c
This commit is contained in:
@@ -708,7 +708,7 @@ const promises = {
|
||||
} catch (error) {
|
||||
logger.warn(
|
||||
{ err: error, subscriptionId, daysUntilExpire },
|
||||
'error exending trial'
|
||||
'error extending trial'
|
||||
)
|
||||
throw error
|
||||
}
|
||||
|
||||
@@ -196,7 +196,7 @@ describe('RecurlyWrapper', function () {
|
||||
})
|
||||
})
|
||||
|
||||
describe('with ReculyJS token', function () {
|
||||
describe('with RecurlyJS token', function () {
|
||||
beforeEach(async function () {
|
||||
this.apiRequest = sinon
|
||||
.stub(this.RecurlyWrapper.promises, 'apiRequest')
|
||||
|
||||
Reference in New Issue
Block a user