Skip to content

Commit 6709faa

Browse files
committed
add new line at the end of test files
1 parent 7859091 commit 6709faa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/test/template-engine/built-in-extensions/cache/cache.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,4 +211,4 @@ select count(*) as count from vulcan.user where user.id = {{ context.params.user
211211
);
212212
expect(binding[0].get('$1')).toBe(`user-id`);
213213
expect(resultData).toEqual([{ count: 1 }]);
214-
});
214+
});

packages/core/test/template-engine/built-in-extensions/query-builder/builder.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,4 @@ select count(*) as count from user where user.id = {{ context.params.userId }};
206206
);
207207
expect(binding[0].get('$1')).toBe(`user-id`);
208208
expect(resultData).toEqual([{ count: 1 }]);
209-
});
209+
});

0 commit comments

Comments
 (0)