Skip to content

Commit e253ee5

Browse files
nielsenkotp
andcommitted
Update test/router/path_trie_crud_test.dart
Co-authored-by: Timm Preetz <[email protected]>
1 parent 87420ac commit e253ee5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/router/path_trie_crud_test.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,7 @@ void main() {
406406
final specificLookup =
407407
trie.lookup(NormalizedPath('/files/specific/file.txt'));
408408
expect(specificLookup?.value, 40,
409-
reason:
410-
'More specific path should ideally remain if structured correctly.');
409+
reason: 'More specific path should remain');
411410
});
412411

413412
test(

0 commit comments

Comments
 (0)