We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5789ba9 commit e094cecCopy full SHA for e094cec
1 file changed
tools/powersynctests/src/tests/queries.test.ts
@@ -561,7 +561,7 @@ export function registerBaseTests() {
561
it('Should throw for async iterator invalid query errors', async () => {
562
let error: Error | undefined;
563
try {
564
- // The table here does not exist, so it should throw an error
+ // Invalid SQL
565
for await (const result of db.watchWithAsyncGenerator('invalidsyntax', [])) {
566
}
567
} catch (ex) {
0 commit comments