Skip to content

Commit da468b6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/router/path_trie_crud_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ void main() {
407407
trie.lookup(NormalizedPath('/files/specific/file.txt'));
408408
expect(specificLookup?.value, 40,
409409
reason:
410-
'More specific path should ideally remain if structured correctly.');
410+
'More specific path should remain');
411411
});
412412

413413
test(

0 commit comments

Comments
 (0)