Skip to content

Commit

Permalink
fix on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-burt committed Sep 6, 2024
1 parent fef6051 commit 402b0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/eval_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func TestEvalWithDataSources(t *testing.T) {
require.NoError(t, err)
var data map[string]interface{}
err = s.jsonOutput(&data)
require.NoError(t, err)\
require.NoError(t, err)
a := assert.New(t)
a.Equal("bar", data["foo"])
}
Expand Down

0 comments on commit 402b0b5

Please sign in to comment.