Skip to content

Commit e178659

Browse files
committed
display assert description in json1 tests
1 parent 9922c84 commit e178659

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_json1.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ exports.test = function(sql, assert) {
8787
String(db.exec(
8888
"SELECT " + sql.split(" = ")[0] + " AS val;"
8989
)[0].values[0][0]),
90-
String(sql.split(" = ")[1].replace(/'/g, ""))
90+
String(sql.split(" = ")[1].replace(/'/g, "")),
91+
sql
9192
);
9293
});
9394
};

0 commit comments

Comments
 (0)