Skip to content

Commit 38118e0

Browse files
committed
Remove a warning from tests
1 parent 6c7a709 commit 38118e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Core/Tests/OpenAIServiceTests/ChatGPTServiceFieldTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ import XCTest
22
@testable import OpenAIService
33

44
final class ChatGPTServiceFieldTests: XCTestCase {
5+
let skip = true
56
func test_calling_the_api() async throws {
67
let service = ChatGPTService()
7-
8-
let skip = true
8+
99
if skip { return }
1010

1111
do {

0 commit comments

Comments
 (0)