Skip to content

Commit 0b15937

Browse files
committed
Try stable version instead?
1 parent 78cc003 commit 0b15937

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/Fantomas.Client.Tests/EndToEndTests.fs

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ type EndToEndTests() =
7676
[<TestCase("5.0.6")>]
7777
[<TestCase("5.1.5")>]
7878
[<TestCase("5.2.2")>]
79-
[<TestCase("6.0.0-alpha-004")>]
79+
[<TestCase("6.0.0")>]
8080
member _.Version(version: string) =
8181
withVersion version (fun fsharpFile ->
8282
backgroundTask {
@@ -87,7 +87,7 @@ type EndToEndTests() =
8787
[<TestCase("5.0.6")>]
8888
[<TestCase("5.1.5")>]
8989
[<TestCase("5.2.2")>]
90-
[<TestCase("6.0.0-alpha-004")>]
90+
[<TestCase("6.0.0")>]
9191
member _.FormatDocument(version: string) =
9292
withVersion version (fun fsharpFile ->
9393
backgroundTask {

0 commit comments

Comments
 (0)