Skip to content

Commit

Permalink
chore(tests): Fix ordering in test results
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Henderson <[email protected]>
  • Loading branch information
hairyhenderson committed Nov 24, 2024
1 parent 16456db commit 27e7bdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/parsers/parsefuncs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -733,11 +733,11 @@ func TestToCUE(t *testing.T) {
}

expected := `{
"two-and-a-half": 2.5
list: [1, 2, 3]
two: 2
one: 1
matches: ["localhost:443", "localhost", "443"]
one: 1
two: 2
"two-and-a-half": 2.5
}`

out, err := ToCUE(in)
Expand Down

0 comments on commit 27e7bdb

Please sign in to comment.