Skip to content

Commit

Permalink
fix column
Browse files Browse the repository at this point in the history
  • Loading branch information
matthid committed Jun 30, 2019
1 parent 3666202 commit 81c7cbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ let tests =
Expect.equal "Expected correct hard dependencies of 'OtherScriptTarget'" [ ] scriptTarget.HardDependencies
Expect.equal "Expected correct description of 'OtherScriptTarget'" "" scriptTarget.Description
let fileTarget = dict.["OtherFileTarget"]
Expect.equal "Expected correct declaration of 'OtherFileTarget'" { Declaration.Empty with File = otherFileFile; Line = 7 } fileTarget.Declaration
Expect.equal "Expected correct declaration of 'OtherFileTarget'" { Declaration.Empty with File = otherFileFile; Line = 7; Column = 5; } fileTarget.Declaration
Expect.equal "Expected correct hard dependencies of 'OtherFileTarget'" [ ] fileTarget.HardDependencies
Expect.equal "Expected correct description of 'OtherFileTarget'" "" fileTarget.Description
finally
Expand Down

0 comments on commit 81c7cbf

Please sign in to comment.