Skip to content

Commit 095e3ad

Browse files
committed
Allow up to 2 percents of unknown browsers.
1 parent 7d0f06f commit 095e3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def test_utils_get_browsers():
8484
for _, percentage in browsers:
8585
total -= float(percentage)
8686

87-
assert round(total, 0) <= 1
87+
assert round(total, 0) <= 2
8888

8989

9090
def test_utils_get_browser_versions():

0 commit comments

Comments
 (0)