Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c43a960

Browse files
committedApr 23, 2025·
owned by swift 6.1 update again
1 parent c39a2ce commit c43a960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Coder-Desktop/Coder-DesktopTests/AgentsTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ struct AgentsTests {
2828
hosts: ["a\($0).coder"],
2929
wsName: "ws\($0)",
3030
wsID: UUID(),
31-
primaryHost: "a\($0).coder",
31+
primaryHost: "a\($0).coder"
3232
)
3333
return (agent.id, agent)
3434
})

0 commit comments

Comments
 (0)
Please sign in to comment.