0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Fixed typo

This commit is contained in:
Naz 2022-08-25 09:41:45 +08:00
parent 8892a60948
commit 780faf990b

View file

@ -266,7 +266,7 @@ describe('Email verification flow', function () {
// We shouldn't be fetching the events if the threshold is Infinity
eventStub.callCount.should.eql(0);
// We shouldn't be sending emails if the threshold is infinity
// We shouldn't be sending emails if the threshold is Infinity
emailStub.callCount.should.eql(0);
});
});