From 84d8303d20ccad5d48f96e94da8dd095ea9a8dc2 Mon Sep 17 00:00:00 2001 From: HuyNguyen Date: Fri, 27 Sep 2024 17:33:17 +0700 Subject: [PATCH] fixup! fixup! fixup! TW-2036: Fix missing some thing part when use resetLocationPathWithLoginToken --- test/utils/string_extension_test.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/utils/string_extension_test.dart b/test/utils/string_extension_test.dart index 3c40f60404..1d34c468da 100644 --- a/test/utils/string_extension_test.dart +++ b/test/utils/string_extension_test.dart @@ -598,7 +598,9 @@ void main() { expect(result[i].style, expectedSpans[i].style); } }); + }); + group('getBaseUrlBeforeHash test', () { test('getBaseUrlBeforeHash handles URL with hash', () { const url = 'https://example.com/web/f/#/test'; const expectedUrl = 'https://example.com/web/f/';