We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8172ee commit 84b4eacCopy full SHA for 84b4eac
tests/integration/test_sqlalchemy_async_integration.py
@@ -31,7 +31,6 @@ async def test_data_write(self, async_connection: Connection, fact_table_name: s
31
result = await async_connection.execute(
32
text(f"INSERT INTO {fact_table_name}(idx, dummy) VALUES (1, 'some_text')")
33
)
34
- assert result.rowcount == -1
35
36
text(f"SELECT * FROM {fact_table_name}")
37
0 commit comments