Skip to content

Commit 9627c91

Browse files
committed
linter for multiline
1 parent 22d0771 commit 9627c91

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Modules/Tests/NetworkingTests/Remote/AIRequestPromptsTests.swift

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,13 @@ final class AIRequestPromptsTests: XCTestCase {
3131
let formattedPrompt = String(format: AIRequestPrompts.inputComponents, keywords, tone)
3232

3333
// Then
34-
// swiftlint:disable:next line_length
34+
// swiftlint:disable line_length
3535
let expectedPrompt = """
36-
You are a WooCommerce SEO and marketing expert,
37-
perform in-depth research about the product using the provided name, keywords, and tone,
38-
and give your response in the below JSON format.
36+
You are a WooCommerce SEO and marketing expert, perform in-depth research about the product using the provided name, keywords, and tone, and give your response in the below JSON format.
3937
keywords: ```\(keywords)```
4038
tone: ```\(tone)```
4139
"""
40+
// swiftlint:enable line_length
4241

4342
XCTAssertEqual(formattedPrompt, expectedPrompt)
4443
}

0 commit comments

Comments
 (0)