Skip to content

Commit e094cec

Browse files
cleanup
1 parent 5789ba9 commit e094cec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/powersynctests/src/tests/queries.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ export function registerBaseTests() {
561561
it('Should throw for async iterator invalid query errors', async () => {
562562
let error: Error | undefined;
563563
try {
564-
// The table here does not exist, so it should throw an error
564+
// Invalid SQL
565565
for await (const result of db.watchWithAsyncGenerator('invalidsyntax', [])) {
566566
}
567567
} catch (ex) {

0 commit comments

Comments
 (0)