Skip to content

Commit 4fce037

Browse files
committed
Formatting
1 parent b865a47 commit 4fce037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/async-function.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,6 @@ describe('Array with Promise items', function() {
183183
list: [Promise.resolve({name: 'hello'})]
184184
};
185185
var expr = jsonata('list[0].name');
186-
return expect(expr.evaluate(data)).to.eventually.equal('hello');
186+
return expect(expr.evaluate(data)).to.eventually.equal('hello');
187187
});
188188
});

0 commit comments

Comments
 (0)