win: .exe, update error name

This commit is contained in:
Alex Garcia 2024-11-13 12:18:53 -08:00
parent 3c1fb0ad86
commit 78717dda4d
2 changed files with 2 additions and 2 deletions

View file

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