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 e5a6afa commit a67131fCopy full SHA for a67131f
Tests/ValkeyTests/ValkeyConnectionTests.swift
@@ -596,7 +596,7 @@ struct ConnectionTests {
596
597
async let results = connection.execute(
598
SET("foo", value: "bar"),
599
- GET("foo"),
+ GET("foo")
600
)
601
var outbound = try await channel.waitForOutboundWrite(as: ByteBuffer.self)
602
let set = RESPToken(.command(["SET", "foo", "bar"])).base
@@ -641,7 +641,7 @@ struct ConnectionTests {
641
642
643
644
645
646
_ = try await channel.waitForOutboundWrite(as: ByteBuffer.self)
647
0 commit comments