2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Fixed regression tests

This commit is contained in:
Kevin Ansfield 2020-06-12 10:07:51 +01:00
parent 754086c3a5
commit f1291058ec

View file

@ -250,7 +250,7 @@ describe('Members API', function () {
should.exist(jsonResponse.meta.stats);
jsonResponse.meta.stats.imported.count.should.equal(0);
jsonResponse.meta.stats.invalid.should.equal(2);
jsonResponse.meta.stats.invalid.count.should.equal(2);
});
});