Skip to content

Commit 47480b8

Browse files
committed
Update Linux test manifest
1 parent 346d37d commit 47480b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/RediStackIntegrationTests/XCTestManifests.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ extension ListCommandsTests {
5656
("test_lrange", test_lrange),
5757
("test_lrem", test_lrem),
5858
("test_lset", test_lset),
59+
("test_ltrim", test_ltrim),
5960
("test_rpop", test_rpop),
6061
("test_rpoplpush", test_rpoplpush),
6162
("test_rpush", test_rpush),
@@ -69,6 +70,8 @@ extension RedisConnectionTests {
6970
// to regenerate.
7071
static let __allTests__RedisConnectionTests = [
7172
("test_callingCloseMultipleTimes", test_callingCloseMultipleTimes),
73+
("test_customLogging", test_customLogging),
74+
("test_loggingMetadata", test_loggingMetadata),
7275
("test_sendingCommandAfterClosing", test_sendingCommandAfterClosing),
7376
("test_unexpectedChannelClose", test_unexpectedChannelClose),
7477
]

0 commit comments

Comments
 (0)