Skip to content

Commit 84b4eac

Browse files
committed
fix nightly
1 parent e8172ee commit 84b4eac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integration/test_sqlalchemy_async_integration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ async def test_data_write(self, async_connection: Connection, fact_table_name: s
3131
result = await async_connection.execute(
3232
text(f"INSERT INTO {fact_table_name}(idx, dummy) VALUES (1, 'some_text')")
3333
)
34-
assert result.rowcount == -1
3534
result = await async_connection.execute(
3635
text(f"SELECT * FROM {fact_table_name}")
3736
)

0 commit comments

Comments
 (0)