Fix jshint typo

This commit is contained in:
Daniel García Aubert
2017-06-09 15:28:18 +02:00
parent 9ba65bd5a4
commit 0aae29fb4b
2 changed files with 5 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ describe('formula-dataview: special float valuer', function() {
this.testClient = new TestClient(mapConfig, 1234);
this.testClient.getDataview('val_formula', {}, function(err, dataview) {
assert.ok(!err, err);
assert.equal(dataview.result, 501)
assert.equal(dataview.result, 501);
assert.ok(dataview.infinities === (250 + 250));
assert.ok(dataview.nans === 250);
done();