Skip to content

Commit 3b31b58

Browse files
fix tests
1 parent ea2c2e6 commit 3b31b58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/unit/v2/connection.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ describe("Connection V2", () => {
509509
expect(meta).toEqual([
510510
{
511511
name: "?column?",
512-
type: "integer"
512+
type: "int"
513513
}
514514
]);
515515
})
@@ -587,7 +587,7 @@ describe("Connection V2", () => {
587587
expect(meta).toEqual([
588588
{
589589
name: "?column?",
590-
type: "integer"
590+
type: "int"
591591
}
592592
]);
593593
})
@@ -662,7 +662,7 @@ describe("Connection V2", () => {
662662
expect(meta).toEqual([
663663
{
664664
name: "?column?",
665-
type: "integer"
665+
type: "int"
666666
}
667667
]);
668668
})

0 commit comments

Comments
 (0)