This commit is contained in:
Alex Garcia 2024-11-13 12:29:59 -08:00
parent 81497610e2
commit 93b3433c54

View file

@ -148,7 +148,7 @@
# ---
# name: test_types[1. raises type error]
dict({
'error': 'DatabaseError',
'error': 'OperationalError',
'message': 'Parition key type mismatch: The partition key column p1 has type INTEGER, but TEXT was provided.',
})
# ---