mirror of
https://github.com/Aider-AI/aider
synced 2026-04-26 01:25:17 +02:00
test: Update UUID percentage threshold test case
This commit is contained in:
committed by
Paul Gauthier (aider)
parent
1a8949eea3
commit
59f4a3bcc7
@@ -112,7 +112,7 @@ def test_is_uuid_in_percentage():
|
||||
|
||||
# Test basic percentage thresholds
|
||||
assert analytics.is_uuid_in_percentage("00", 1) is True
|
||||
assert analytics.is_uuid_in_percentage("02", 1) is True
|
||||
assert analytics.is_uuid_in_percentage("01999", 1) is True
|
||||
assert analytics.is_uuid_in_percentage("03", 1) is False
|
||||
assert analytics.is_uuid_in_percentage("ff", 1) is False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user