Skip to content

Commit 109949e

Browse files
committed
Fix VariableTests
1 parent 3c48510 commit 109949e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftSyntaxBuilderTest/VariableTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ final class VariableTests: XCTestCase {
2525
}
2626

2727
let syntax = buildable.buildSyntax(format: Format(), leadingTrivia: leadingTrivia)
28-
XCTAssertEqual(syntax.description, "␣var d: [String: Int] = [:]")
28+
XCTAssertEqual(syntax.description, "␣var d: [String: Int] = [: ]")
2929
}
3030

3131
func testVariableDeclWithExplictiTrailingCommas() {

0 commit comments

Comments
 (0)