mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-09 06:22:57 +00:00
Fix Python codestyle: remove whitespace from blank line
Co-Authored-By: Daniel <daniel@neon.tech>
This commit is contained in:
@@ -1002,7 +1002,7 @@ def test_fast_import_event_triggers(
|
||||
res = conn.safe_psql("SELECT count(*) FROM pg_event_trigger;")
|
||||
log.info(f"Result: {res}")
|
||||
assert res[0][0] == 1, f"Expected 1 event trigger to be imported, got: {res[0][0]}"
|
||||
|
||||
|
||||
conn.safe_psql("CREATE TABLE test_drop_table (id int);")
|
||||
conn.safe_psql("DROP TABLE test_drop_table;")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user