Skip to content

Commit 682ba90

Browse files
committed
Fix navigation path encode test
1 parent fba797a commit 682ba90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/NavigationStackBackportTests/NavigationPathTests.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
import XCTest
33

44
final class NavigationPathTests: XCTestCase {
5-
private struct CodableItem: Hashable, Codable {
5+
struct CodableItem: Hashable, Codable {
66
let x: Int
77
}
88

9-
private struct UncodableItem: Hashable {}
9+
struct UncodableItem: Hashable {}
1010

1111
private let encodablePath: NavigationPath = {
1212
var path = NavigationPath()

0 commit comments

Comments
 (0)