💚 Fix formatting

This commit is contained in:
Daniel Jankowski 2020-03-23 09:34:35 +01:00
parent 0acd515100
commit 21502b94ca
7 changed files with 133 additions and 133 deletions

View File

@ -58,7 +58,7 @@ final class UpTests: TuistUnitTestCase {
let temporaryPath = try self.temporaryPath()
let dictionary = JSON([
"type": "mint",
"linkPackagesGlobally": JSON.bool(true)
"linkPackagesGlobally": JSON.bool(true),
])
let got = try Up.with(dictionary: dictionary, projectPath: temporaryPath) as? UpMint
XCTAssertEqual(got?.name, "Mint")