We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 879afb4 + 0d4b520 commit 8c3bdbaCopy full SHA for 8c3bdba
Tests/RediStackTests/XCTestManifests.swift
@@ -63,6 +63,8 @@ extension RedisByteDecoderTests {
63
("test_complete_continues", test_complete_continues),
64
("test_complete_movesReaderIndex", test_complete_movesReaderIndex),
65
("test_partial_needsMoreData", test_partial_needsMoreData),
66
+ ("test_validatesBasicAssumptions_withNonStringRepresentables", test_validatesBasicAssumptions_withNonStringRepresentables),
67
+ ("test_validatesBasicAssumptions", test_validatesBasicAssumptions),
68
("testAll", testAll),
69
("testArrays", testArrays),
70
("testBulkStrings", testBulkStrings),
0 commit comments