summaryrefslogtreecommitdiff
path: root/tests/backends
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2025-03-01 19:41:37 +0100
committerGitHub <noreply@github.com>2025-03-01 19:41:37 +0100
commitff3aaf036f0cb66cd8f404cd51c603e68aaa7676 (patch)
treea8381709777a84aad1c3c679dc5807bab6f486db /tests/backends
parentea1e3703bee28bfbe4f32ceb39ad31763353b143 (diff)
Applied Black's 2025 stable style.
https://github.com/psf/black/releases/tag/25.1.0
Diffstat (limited to 'tests/backends')
-rw-r--r--tests/backends/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/backends/tests.py b/tests/backends/tests.py
index 4ba961bfc1..0e5348e248 100644
--- a/tests/backends/tests.py
+++ b/tests/backends/tests.py
@@ -95,7 +95,7 @@ class LastExecutedQueryTest(TestCase):
def test_query_encoding(self):
"""last_executed_query() returns a string."""
- data = RawData.objects.filter(raw_data=b"\x00\x46 \xFE").extra(
+ data = RawData.objects.filter(raw_data=b"\x00\x46 \xfe").extra(
select={"föö": 1}
)
sql, params = data.query.sql_with_params()