diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-03-01 19:41:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-01 19:41:37 +0100 |
| commit | ff3aaf036f0cb66cd8f404cd51c603e68aaa7676 (patch) | |
| tree | a8381709777a84aad1c3c679dc5807bab6f486db /tests/serializers/test_data.py | |
| parent | ea1e3703bee28bfbe4f32ceb39ad31763353b143 (diff) | |
Applied Black's 2025 stable style.
https://github.com/psf/black/releases/tag/25.1.0
Diffstat (limited to 'tests/serializers/test_data.py')
| -rw-r--r-- | tests/serializers/test_data.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/serializers/test_data.py b/tests/serializers/test_data.py index bd81ce0c14..6a6de18033 100644 --- a/tests/serializers/test_data.py +++ b/tests/serializers/test_data.py @@ -257,7 +257,7 @@ uuid_obj = uuid.uuid4() test_data = [ # Format: (test helper, PK value, Model Class, data) - (data_obj, 1, BinaryData, memoryview(b"\x05\xFD\x00")), + (data_obj, 1, BinaryData, memoryview(b"\x05\xfd\x00")), (data_obj, 5, BooleanData, True), (data_obj, 6, BooleanData, False), (data_obj, 7, BooleanData, None), |
