mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-27 17:01:17 +03:00
875cf9a054
# Conflicts: # apps/macos/Package.swift
11 lines
225 B
Swift
11 lines
225 B
Swift
import Testing
|
|
@testable import Clawdis
|
|
|
|
@Suite(.serialized)
|
|
@MainActor
|
|
struct WebChatManagerTests {
|
|
@Test func preferredSessionKeyIsMain() {
|
|
#expect(WebChatManager.shared.preferredSessionKey() == "main")
|
|
}
|
|
}
|