Skip to content

Commit 2e3680c

Browse files
committed
added email type to test cases
1 parent 69e25cb commit 2e3680c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ActiveLabelTests/ActiveTypeTests.swift

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class ActiveTypeTests: XCTestCase {
3737
case .hashtag(let hashtag): return hashtag
3838
case .url(let url, _): return url
3939
case .custom(let element): return element
40+
case .email(let element): return element
4041
}
4142
}
4243

@@ -47,6 +48,7 @@ class ActiveTypeTests: XCTestCase {
4748
case .hashtag: return .hashtag
4849
case .url: return .url
4950
case .custom: return customEmptyType
51+
case .email: return .email
5052
}
5153
}
5254

0 commit comments

Comments
 (0)