Skip to content

Commit 645083c

Browse files
committed
newline at end of test files
Signed-off-by: Yuchen Liang <[email protected]>
1 parent 3abfe15 commit 645083c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

naivedb/tests/basics/create.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
- sql: |
22
CREATE TABLE t1(v1 int);
3-
desc: Test whether select stmt works correctly.
3+
desc: Test whether select stmt works correctly.
4+

naivedb/tests/basics/select.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
- sql: |
22
SELECT * FROM t1;
33
desc: Test whether select stmt works correctly.
4-
before: ["CREATE TABLE t1(v1 int);"]
4+
before: ["CREATE TABLE t1(v1 int);"]
5+

0 commit comments

Comments
 (0)