Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewfraser committed Jan 27, 2019
1 parent cb973a1 commit 7237a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/LSP.Tests/JsonTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ let ``deserialize simple types`` () =
Assert.AreEqual('x', found.c)
Assert.AreEqual("foo", found.s)
Assert.AreEqual(Uri("https://github.com"), found.webUri)
Assert.AreEqual(Uri("file:///d:/foo.txt"), found.fileUri)
Assert.AreEqual(Uri("file:///d%3A/foo.txt"), found.fileUri)

type NestedField = {
oneField: int
Expand Down

0 comments on commit 7237a2a

Please sign in to comment.