Skip to content

Commit 893a4f5

Browse files
committed
Remove test mock infrastructure hash and equality implementations
1 parent df986c5 commit 893a4f5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Tests/ApolloInternalTestHelpers/MockOperation.swift

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,6 @@ open class AbstractMockSelectionSet<F, S: SchemaMetadata>: RootSelectionSet, Has
6666
public subscript<T: MockSelectionSet>(dynamicMember key: String) -> T? {
6767
__data[key]
6868
}
69-
70-
public static func == (lhs: MockSelectionSet, rhs: MockSelectionSet) -> Bool {
71-
lhs.__data == rhs.__data
72-
}
73-
74-
public func hash(into hasher: inout Hasher) {
75-
hasher.combine(__data)
76-
}
7769
}
7870

7971
public typealias MockSelectionSet = AbstractMockSelectionSet<NoFragments, MockSchemaMetadata>

0 commit comments

Comments
 (0)