Skip to content

Commit

Permalink
[test] TreeDictionary.Keys: Remove stray print that’s flooding test o…
Browse files Browse the repository at this point in the history
…utput
  • Loading branch information
lorentey committed Apr 23, 2024
1 parent 08347cc commit e9112f4
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 e9112f4

Please sign in to comment.