Skip to content

Commit

Permalink
Merge pull request #370 from lorentey/stop-polluting-test-output
Browse files Browse the repository at this point in the history
[test] TreeDictionary.Keys: Remove stray print that’s flooding test output
  • Loading branch information
lorentey committed May 29, 2024
2 parents 1ada243 + e9112f4 commit e74e76a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ class TreeDictionaryKeysTests: CollectionTestCase {
expectEqualSets(y.keys, v)

let reference = u == v
print(reference)

expectEqual(x.keys == y.keys, reference)
}
Expand Down

0 comments on commit e74e76a

Please sign in to comment.