Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-burt committed Sep 6, 2024
1 parent bc590f8 commit 469aab8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/commands/eval_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ func TestEvalWithDataSources(t *testing.T) {

a := assert.New(t)
if runtime.GOOS == "windows" {
t.Logf("data[\"foo\"]: %q", data["foo"])
a.Equal("-n bar\r\n", data["foo"])
} else {
a.Equal("bar", data["foo"])
Expand Down

0 comments on commit 469aab8

Please sign in to comment.