diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-11-07 14:02:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-07 14:02:09 -0500 |
commit | 455ef041871fe944a0f3b7b1f5073663f20a99be (patch) | |
tree | 4d81ac2b66652be0a2954314ddcdda5252e1078b /tests | |
parent | Avoid executing no-op queries. (#16583) (diff) | |
download | synapse-455ef041871fe944a0f3b7b1f5073663f20a99be.tar.xz |
Avoid updating the same rows multiple times with simple_update_many_txn. (#16609)
simple_update_many_txn had a bug in it which would cause each update to be applied twice.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/storage/test_base.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/storage/test_base.py b/tests/storage/test_base.py |