From d8a6f55f69104671b3301ac8181b7bace9ab8025 Mon Sep 17 00:00:00 2001 From: Louis Barthonet Date: Wed, 22 Jan 2025 15:11:54 +0100 Subject: [PATCH] fix: ensure HarmonyOS test matches regex This was part of https://github.com/ua-parser/uap-core/pull/604 - but the test was broken and got to master. --- tests/test_os.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_os.yaml b/tests/test_os.yaml index cfdb8af5..c514a461 100644 --- a/tests/test_os.yaml +++ b/tests/test_os.yaml @@ -3370,7 +3370,7 @@ test_cases: patch_minor: - user_agent_string: 'Mozilla/5.0 (TAS-AL00 Build/HUAWEITAS-AL00; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/97.0.4692.98 Mobile Safari/537.36 T7/13.76 BDOS/1.0 (HarmonyOS 3.0.0) SP-engine/3.17.0 baiduboxapp/13.76.0.10 (Baidu; P1 12) NABar/1.0' - family: 'Harmony' + family: 'HarmonyOS' major: '3' minor: '0' patch: '0'