Skip to content

Commit

Permalink
Update failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
dugajean committed Sep 15, 2022
1 parent 41ed335 commit dca4ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func TestGlobalsParsing(t *testing.T) {

parser.parseGlobal()
assert.Equal(t, "foo", parser.Global.Shared.Environment["FOO"])
assert.Equal(t, "$(echo 'bar')", parser.Global.Shared.Environment["BAR"])
assert.Equal(t, "bar\n", parser.Global.Shared.Environment["BAR"])
assert.Equal(t, "baz", parser.Global.Shared.Environment["BAZ"])
mockStdlib.AssertNumberOfCalls(t, "Setenv", 3)
}
Expand Down

0 comments on commit dca4ff6

Please sign in to comment.