Skip to content

Commit 2981b63

Browse files
committed
Fix failing test
1 parent 74c54a4 commit 2981b63

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/FSLibrary.Tests/Tests.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ type Tests(output: ITestOutputHelper) =
206206

207207
let cmds = nCfg.getInitCommands PeerSpecificConfigFile coreSet.options
208208
let cmdStr = ShAnd(cmds).ToString()
209-
let exp = "{ ; }"
210209
Assert.Equal(exp, cmdStr)
211210

212211
[<Fact>]

0 commit comments

Comments
 (0)