Skip to content

Commit

Permalink
Another version test - relates to #1316
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Jan 8, 2016
1 parent e786440 commit e8e3e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Paket.Tests/FilterVersionSpecs.fs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ let ``does not skip version when twiddle wakka``() =
[<Test>]
let ``does not skip version when twiddle wakka with prerelease``() =
"3.0.0-alpha1" |> isInRange (DependenciesFileParser.parseVersionRequirement "~> 2.0 prerelease") |> shouldEqual false
"2.0-alpha" |> isInRange (DependenciesFileParser.parseVersionRequirement "~> 2.0 prerelease") |> shouldEqual false
"2.0-alpha" |> isInRange (DependenciesFileParser.parseVersionRequirement "~> 2.0 prerelease") |> shouldEqual true

[<Test>]
let ``can support trailing 0``() =
Expand Down

0 comments on commit e8e3e9f

Please sign in to comment.