Skip to content

Commit 0d4b520

Browse files
committed
Add missing ByteToMessageDecoderVerifier tests to Linux Main
Motivation: While working on issue #56, it was forgotten to add the new test cases to the linux manifest file. Modifications: Update the linux manifests to include all current unit tests Result: All written unit tests should be ran on Linux
1 parent 879afb4 commit 0d4b520

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)