[tests] Fix not null check
null.should.equal()
retruns a TypeError: Cannot read property 'should' of null
so these tests will probably fail if the value actually is null
.
You don't pay for Framagit, because it is funded by donations to Framasoft. Our not-for-profit needs any support you can afford: support.framasoft.org.
Framagit est gratuit car il est financé par les dons à Framasoft. Notre association a besoin de votre soutien sur soutenir.framasoft.org.
null.should.equal()
retruns a TypeError: Cannot read property 'should' of null
so these tests will probably fail if the value actually is null
.