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 60d53ab commit 0bc41c9Copy full SHA for 0bc41c9
Tests/ValkeyTests/ValkeyConnectionTests.swift
@@ -643,7 +643,7 @@ struct ConnectionTests {
643
644
async let results = connection.execute(
645
SET("foo", value: "bar"),
646
- GET("foo"),
+ GET("foo")
647
)
648
var outbound = try await channel.waitForOutboundWrite(as: ByteBuffer.self)
649
let set = RESPToken(.command(["SET", "foo", "bar"])).base
@@ -688,7 +688,7 @@ struct ConnectionTests {
688
689
690
691
692
693
_ = try await channel.waitForOutboundWrite(as: ByteBuffer.self)
694
0 commit comments