Skip to content

Commit

Permalink
Test formatRelativePath
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmark committed Mar 30, 2020
1 parent 44a597a commit c5ef70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/UnitTests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ formatPathExample =

formatRelativePathExample :: Assertion
formatRelativePathExample =
let rhs = formatPath [Key "x", Index 0]
let rhs = formatRelativePath [Key "x", Index 0]
lhs = ".x[0]"
in assertEqual "formatRelativePath example" lhs rhs

Expand Down

0 comments on commit c5ef70b

Please sign in to comment.