mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 21:01:43 +03:00
refactor: rename to openclaw
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import Testing
|
||||
@testable import OpenClaw
|
||||
|
||||
@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