Skip to content

Commit

Permalink
Try stable version instead?
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Jan 10, 2025
1 parent 649eebd commit 2ebba1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Fantomas.Client.Tests/EndToEndTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ type EndToEndTests() =
[<TestCase("5.0.6")>]
[<TestCase("5.1.5")>]
[<TestCase("5.2.2")>]
[<TestCase("6.0.0-alpha-004")>]
[<TestCase("6.0.0")>]
member _.Version(version: string) =
withVersion version (fun fsharpFile ->
backgroundTask {
Expand All @@ -87,7 +87,7 @@ type EndToEndTests() =
[<TestCase("5.0.6")>]
[<TestCase("5.1.5")>]
[<TestCase("5.2.2")>]
[<TestCase("6.0.0-alpha-004")>]
[<TestCase("6.0.0")>]
member _.FormatDocument(version: string) =
withVersion version (fun fsharpFile ->
backgroundTask {
Expand Down

0 comments on commit 2ebba1b

Please sign in to comment.