Skip to content

Commit 31a474a

Browse files
committed
Fix test query
1 parent f6fe0ba commit 31a474a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

singlestoredb/tests/test_basics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -618,8 +618,8 @@ def test_extended_types(self):
618618

619619
self.cur.executemany(
620620
'INSERT INTO extended_types '
621-
'(id, geography, geographypoint, vectors, testkey) '
622-
'VALUES (%s, %s, %s, %s, %s)', new_data,
621+
'(id, geography, geographypoint, vectors, dt, d, t, td, testkey) '
622+
'VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s)', new_data,
623623
)
624624

625625
self.cur.execute(

0 commit comments

Comments
 (0)