chore: rename project to clawdbot
This commit is contained in:
11
apps/macos/Tests/ClawdbotIPCTests/WebChatManagerTests.swift
Normal file
11
apps/macos/Tests/ClawdbotIPCTests/WebChatManagerTests.swift
Normal file
@@ -0,0 +1,11 @@
|
||||
import Testing
|
||||
@testable import Clawdbot
|
||||
|
||||
@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