We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78cc003 commit 0b15937Copy full SHA for 0b15937
src/Fantomas.Client.Tests/EndToEndTests.fs
@@ -76,7 +76,7 @@ type EndToEndTests() =
76
[<TestCase("5.0.6")>]
77
[<TestCase("5.1.5")>]
78
[<TestCase("5.2.2")>]
79
- [<TestCase("6.0.0-alpha-004")>]
+ [<TestCase("6.0.0")>]
80
member _.Version(version: string) =
81
withVersion version (fun fsharpFile ->
82
backgroundTask {
@@ -87,7 +87,7 @@ type EndToEndTests() =
87
88
89
90
91
member _.FormatDocument(version: string) =
92
93
0 commit comments