Skip to content

[tests] Fix not null check

Nicolas Frandeboeuf requested to merge nicofrand/kresus:fixNullTests into master

null.should.equal() retruns a TypeError: Cannot read property 'should' of null so these tests will probably fail if the value actually is null.

Merge request reports