Skip to content

Commit 3192646

Browse files
committed
Change test class name to match syntax type
1 parent 44cbb92 commit 3192646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftSyntaxBuilderTest/StringLiteralTests.swift renamed to Tests/SwiftSyntaxBuilderTest/StringLiteralExprSyntaxTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import XCTest
1414
import SwiftSyntax
1515
import SwiftSyntaxBuilder
1616

17-
final class StringLiteralTests: XCTestCase {
17+
final class StringLiteralExprSyntaxTests: XCTestCase {
1818
func testStringLiteral() {
1919
let leadingTrivia = Trivia.unexpectedText("")
2020
let testCases: [UInt: (String, String)] = [

0 commit comments

Comments
 (0)