1
0

Fixed tests
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 34s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 30s

This commit is contained in:
Jon Michael Aanes 2024-10-26 13:20:26 +02:00
parent d3217163ae
commit ef108fc9bd
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -4,7 +4,7 @@ from decimal import Decimal
from frozendict import frozendict
from personal_data.data import DeduplicateMode
from personal_data.main import deduplicate_dicts
from personal_data.util import deduplicate_dicts
LIST = [
frozendict({'a': 0, 'b': 12, 't': 300}),