Skip to content

Commit 72c238b

Browse files
committed
Removed an unintended dot
1 parent ae60677 commit 72c238b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/RedisTests/RedisClientTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ final class RedisClientTests: XCTestCase {
3030

3131
static var allTests = [
3232
( "testCreateClientWithDefaultArguments",
33-
testCreateClientWithDefaultArguments. ),
33+
testCreateClientWithDefaultArguments ),
3434
( "testCreateClientWithSpecifiedArguments",
3535
testCreateClientWithSpecifiedArguments ),
3636
]

0 commit comments

Comments
 (0)