Skip to content

Commit 8c3bdba

Browse files
committed
Merge branch 'update-linuxmain' into 'master'
Add missing `ByteToMessageDecoderVerifier` tests to Linux Main See merge request Mordil/swift-redi-stack!80
2 parents 879afb4 + 0d4b520 commit 8c3bdba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/RediStackTests/XCTestManifests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ extension RedisByteDecoderTests {
6363
("test_complete_continues", test_complete_continues),
6464
("test_complete_movesReaderIndex", test_complete_movesReaderIndex),
6565
("test_partial_needsMoreData", test_partial_needsMoreData),
66+
("test_validatesBasicAssumptions_withNonStringRepresentables", test_validatesBasicAssumptions_withNonStringRepresentables),
67+
("test_validatesBasicAssumptions", test_validatesBasicAssumptions),
6668
("testAll", testAll),
6769
("testArrays", testArrays),
6870
("testBulkStrings", testBulkStrings),

0 commit comments

Comments
 (0)