Skip to content

Commit 03aaaf2

Browse files
Update small_tests.js
1 parent a560b18 commit 03aaaf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/small_tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ students
649649
output = new quicksql(`boolvalues
650650
ok bool
651651
#boolean:native`).getDDL();
652-
console.log(output);
652+
//console.log(output);
653653
assert( "0 < output.indexOf('ok boolean')" );
654654

655655
output = new quicksql(`boolvalues

0 commit comments

Comments
 (0)