Skip to content

Commit

Permalink
fixup! fixup! fixup! TW-2036: Fix missing some thing part when use re…
Browse files Browse the repository at this point in the history
…setLocationPathWithLoginToken
  • Loading branch information
nqhhdev committed Sep 27, 2024
1 parent 0c8f651 commit 84d8303
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/utils/string_extension_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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/';
Expand Down

0 comments on commit 84d8303

Please sign in to comment.