mirror of
https://github.com/coteditor/CotEditor.git
synced 2024-11-13 09:04:43 +03:00
Remove needless unwrapping
This commit is contained in:
parent
facebaf1f1
commit
a7e676768b
@ -76,7 +76,7 @@ final class SyntaxMapBuilderTests: XCTestCase {
|
||||
|
||||
"""
|
||||
|
||||
XCTAssertEqual(output!, expectedResult)
|
||||
XCTAssertEqual(output, expectedResult)
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user