mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 12:55:00 +00:00
test: Update UUID percentage threshold test case
This commit is contained in:
parent
1a8949eea3
commit
59f4a3bcc7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue