Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fb8fe64

Browse files
committed
Fix additional tests
1 parent 2895c27 commit fb8fe64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎test/woql.spec.js‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,6 @@ describe('woql queries', () => {
518518
WOQL.eval(WOQL.times(3,4), v.a),
519519
WOQL.eval(WOQL.times(v.a, 3),v.res)
520520
).json();
521-
console.log(JSON.stringify(wq));
522521
expect(wq).to.deep.eql(
523522
{"@type":"And","and":[{"@type":"Eval","expression":{"@type":"Times","left":{"@type":"ArithmeticValue","data":{"@type":"xsd:decimal","@value":3}},"right":{"@type":"ArithmeticValue","data":{"@type":"xsd:decimal","@value":4}}},"result":{"@type":"ArithmeticValue","variable":"a"}},{"@type":"Eval","expression":{"@type":"Times","left":{"@type":"ArithmeticValue","variable":"a"},"right":{"@type":"ArithmeticValue","data":{"@type":"xsd:decimal","@value":3}}},"result":{"@type":"ArithmeticValue","variable":"res"}}]})
524523
});

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /