Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
i4ki committed May 25, 2022
1 parent 48474aa commit 26e8018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hcl/hcl_test.go
Expand Up @@ -485,9 +485,9 @@ func TestHCLParserRootConfig(t *testing.T) {
want: want{
errs: []error{
errors.E(hcl.ErrTerramateSchema,
mkrange(start(5, 9, 72), end(5, 13, 58))),
mkrange(start(5, 9, 54), end(5, 15, 60))),
errors.E(hcl.ErrTerramateSchema,
mkrange(start(5, 9, 54), end(5, 13, 58))),
mkrange(start(6, 9, 72), end(6, 15, 78))),
},
},
},
Expand Down

0 comments on commit 26e8018

Please sign in to comment.