Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Jan 25, 2016
1 parent 3974665 commit d0846c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrationtests/Paket.IntegrationTests/PackSpecs.fs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ let ``#1429 pack deps from template``() =
let ``#1429 pack deps``() =
let outPath = Path.Combine(scenarioTempPath "i001429-pack-deps","out")
let templatePath = Path.Combine(scenarioTempPath "i001429-pack-deps","PaketBug", "paket.template")
paket ("pack -v output \"" + outPath) "i001429-pack-deps" |> ignore
paket ("pack -v output \"" + outPath + "\"") "i001429-pack-deps" |> ignore

let details =
NuGetV2.getDetailsFromLocalNuGetPackage outPath "" (PackageName "PaketBug") (SemVer.Parse "1.0.0.0")
Expand Down

0 comments on commit d0846c4

Please sign in to comment.