Skip to content
This repository was archived by the owner on Oct 2, 2020. It is now read-only.

Commit ef1abcb

Browse files
author
Dulshani Gunawardhana
committed
Issue webcompat#983: Fix failing unit test
1 parent a9806d6 commit ef1abcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_helpers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
TABLET_UA = "Mozilla/5.0 (Android 4.4; Tablet; rv:41.0) Gecko/41.0 Firefox/41.0" # nopep8
3535
PARSED_NON_TABLET_BROWSER_NAME = "firefox mobile"
3636
PARSED_TABLET_BROWSER_NAME = "firefox mobile tablet"
37-
PARSED_NON_TABLET_BROWSER = "Firefox Mobile 40.0 "
37+
PARSED_NON_TABLET_BROWSER = "Firefox Mobile 40.0"
3838
PARSED_TABLET_BROWSER = "Firefox Mobile 41.0 (Tablet)"
3939

4040

0 commit comments

Comments
 (0)