Skip to content

Commit

Permalink
Tests: Simplify array declaration (move to single line)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSundell committed Apr 29, 2017
1 parent 3684788 commit e9aa45d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Tests/MarathonTests/MarathonTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -733,11 +733,7 @@ extension MarathonTests {

fileprivate extension MarathonTests {
func testInstallingRemoteScriptWithDependenciesUsingURL(_ urlString: String) throws {
try run(with: [
"install",
urlString,
"installed-script"
])
try run(with: ["install", urlString, "installed-script"])

// Make a couple of files that we can try the installed script on
let executionFolder = try folder.createSubfolder(named: "TestInstallation")
Expand Down

0 comments on commit e9aa45d

Please sign in to comment.