Skip to content

Commit a6e27b7

Browse files
committed
Re-format ValkeyConnectionTests.swift
Signed-off-by: Moritz Lang <16192401+slashmo@users.noreply.github.com>
1 parent db86f71 commit a6e27b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/ValkeyTests/ValkeyConnectionTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ struct ConnectionTests {
637637

638638
async let results = connection.execute(
639639
SET("foo", value: "bar"),
640-
GET("foo"),
640+
GET("foo")
641641
)
642642
var outbound = try await channel.waitForOutboundWrite(as: ByteBuffer.self)
643643
let set = RESPToken(.command(["SET", "foo", "bar"])).base
@@ -682,7 +682,7 @@ struct ConnectionTests {
682682

683683
async let results = connection.execute(
684684
SET("foo", value: "bar"),
685-
GET("foo"),
685+
GET("foo")
686686
)
687687
_ = try await channel.waitForOutboundWrite(as: ByteBuffer.self)
688688

0 commit comments

Comments
 (0)