Skip to content

Commit f87855f

Browse files
committed
update unit test
1 parent 00b0428 commit f87855f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/utils/sharedUtils.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ describe("sharedUtils.ts", () => {
131131
const quantifiers = { Start: "`", End: "`" };
132132
const attribute = getDbLabel(label, quantifiers);
133133
expect(attribute).toEqual({
134+
attributeComment: null,
134135
attributeName: "name",
135136
attributeType: "varchar",
136137
});

0 commit comments

Comments
 (0)