mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Fixed typo
This commit is contained in:
parent
8892a60948
commit
780faf990b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue