Skip to content

Commit

Permalink
Rename some backcompat tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh DeGraw committed Dec 21, 2022
1 parent 7cfe8c1 commit 348f94d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Fantomas.Tests/EditorConfigurationTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ insert_final_newline = false
Assert.IsFalse config.InsertFinalNewline

[<Test>]
let fsharp_experimental_stroustrup_style () =
let ``fsharp_experimental_stroustrup_style = true`` () =
let rootDir = tempName ()

let editorConfig =
Expand Down Expand Up @@ -505,7 +505,7 @@ fsharp_multiline_bracket_style = aligned
Assert.AreEqual(Aligned, config.MultilineBracketStyle)

[<Test>]
let fsharp_multiline_block_brackets_on_same_column () =
let ``fsharp_multiline_block_brackets_on_same_column = true`` () =
let rootDir = tempName ()

let editorConfig =
Expand Down

0 comments on commit 348f94d

Please sign in to comment.