Skip to content

Commit

Permalink
censor
Browse files Browse the repository at this point in the history
  • Loading branch information
aljazerzen committed Dec 4, 2024
1 parent 65981c0 commit 4466c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_server_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ def measure_compilations(sd: tb._EdgeDBServer) -> int:
con_g = con.with_globals({'g': 'hello'})
await con_g.query_sql('select 1')

# normalization: libpg_query::pg_query_normalize is shite
# normalization: pg_query_normalize is underwhelming
with self.assertChange(measure_compilations(sd), 1):
await con.query_sql('sElEct 1')

Expand Down

0 comments on commit 4466c04

Please sign in to comment.