Skip to content

Commit a45c69c

Browse files
author
Nilanshu Sharma
committed
Fixing style check
1 parent 82e9b0b commit a45c69c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/IntegrationTests/ClientIntegrationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ struct ClientIntegratedTests {
608608

609609
// Verify via setting and getting keys on all the DBs
610610
let key = "key-\(dbNum)"
611-
let value = "value-\(dbNum)"
611+
let value = "value-\(dbNum)"
612612
try await connection.set(ValkeyKey(key), value: value)
613613
let response = try await connection.get(ValkeyKey(key)).map { String(buffer: $0) }
614614
#expect(response == value)

0 commit comments

Comments
 (0)