mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 09:17:38 +00:00
Mac: finish Moltbot rename (paths)
This commit is contained in:
11
apps/macos/Tests/MoltbotIPCTests/WebChatManagerTests.swift
Normal file
11
apps/macos/Tests/MoltbotIPCTests/WebChatManagerTests.swift
Normal file
@@ -0,0 +1,11 @@
|
||||
import Testing
|
||||
@testable import Moltbot
|
||||
|
||||
@Suite(.serialized)
|
||||
@MainActor
|
||||
struct WebChatManagerTests {
|
||||
@Test func preferredSessionKeyIsNonEmpty() async {
|
||||
let key = await WebChatManager.shared.preferredSessionKey()
|
||||
#expect(!key.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user