We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e9b0b commit a45c69cCopy full SHA for a45c69c
Tests/IntegrationTests/ClientIntegrationTests.swift
@@ -608,7 +608,7 @@ struct ClientIntegratedTests {
608
609
// Verify via setting and getting keys on all the DBs
610
let key = "key-\(dbNum)"
611
- let value = "value-\(dbNum)"
+ let value = "value-\(dbNum)"
612
try await connection.set(ValkeyKey(key), value: value)
613
let response = try await connection.get(ValkeyKey(key)).map { String(buffer: $0) }
614
#expect(response == value)
0 commit comments