Skip to content

Commit 83208c4

Browse files
Make Comment.Kind conform to Codable (#69)
1 parent a4533e3 commit 83208c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/Testing/Traits/Comment.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ extension Comment: Equatable, Hashable {}
9595

9696
extension Comment: Codable {}
9797

98+
extension Comment.Kind: Codable {}
99+
98100
// MARK: - Trait, TestTrait, SuiteTrait
99101

100102
extension Comment: TestTrait, SuiteTrait {

0 commit comments

Comments
 (0)