Skip to content

Commit b0166cd

Browse files
committed
remove prints in test cases
1 parent 35167bb commit b0166cd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/AssociatedObjectTests/PatternBindingSyntax+Tests.swift

-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ final class PatternBindingSyntaxTests: XCTestCase {
111111
)
112112

113113
binding.getter = newGetter
114-
print(binding.description)
115114
XCTAssertEqual(newGetter.description, binding.getter?.description)
116115

117116
/* getter only */
@@ -191,7 +190,6 @@ final class PatternBindingSyntaxTests: XCTestCase {
191190
)
192191

193192
binding.willSet = newWillSet
194-
print(binding.description)
195193
XCTAssertEqual(newWillSet.description, binding.willSet?.description)
196194
}
197195

0 commit comments

Comments
 (0)