Skip to content

Commit fd9d162

Browse files
committed
Remove unnecessary presentation property
1 parent 4ee90eb commit fd9d162

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tests/Turbo/Navigator/NavigationHierarchyControllerTests.swift

+1-2
Original file line numberDiff line numberDiff line change
@@ -469,8 +469,7 @@ private extension VisitProposal {
469469
let options = VisitOptions(action: action, response: nil)
470470
let defaultProperties: PathProperties = [
471471
"context": context.rawValue,
472-
"presentation": presentation.rawValue,
473-
"animated": false,
472+
"presentation": presentation.rawValue
474473
]
475474
let properties = defaultProperties.merging(additionalProperties) { (current, _) in current }
476475

0 commit comments

Comments
 (0)