10 lines
236 B
Swift
10 lines
236 B
Swift
import Testing
|
|
@testable import CodexBarCore
|
|
|
|
struct GeminiSourceLabelTests {
|
|
@Test
|
|
func `Gemini source label reflects OAuth backed API requests`() {
|
|
#expect(GeminiStatusFetchStrategy.sourceLabel == "oauth-api")
|
|
}
|
|
}
|