mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
fixed missing done() in acceptance tests
This commit is contained in:
parent
400ddf36ed
commit
3df58861e8
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ describe('Getting Contacts', function() {
|
|||
)
|
||||
})
|
||||
|
||||
return it('should respect a limit and only return top X contacts', function() {
|
||||
return it('should respect a limit and only return top X contacts', function(done) {
|
||||
return request(
|
||||
{
|
||||
method: 'GET',
|
||||
|
|
Loading…
Reference in a new issue