Improve test coverage of MessageDialog in ShareKit

Reviewed By: shuxinzhang

Differential Revision: D35806609

fbshipit-source-id: d205dba25e18b47bca22ea4f5d142f64f018a170
This commit is contained in:
Sam Odom
2022-04-21 15:30:32 -07:00
committed by Facebook GitHub Bot
parent 677ba3ff30
commit 0ab188aafe
4 changed files with 187 additions and 12 deletions

View File

@@ -6,6 +6,8 @@
* LICENSE file in the root directory of this source tree.
*/
public struct SampleError: Error {
public struct SampleError: Error, Equatable {
private let uuid = UUID()
public init() {}
}