Skip to content

Commit

Permalink
Update action_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
doodlesbykumbi committed Jan 27, 2021
1 parent 407ad39 commit 0dca328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/command/action_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func TestFormatForEnvString(t *testing.T) {
func TestJoinEnv(t *testing.T) {
Convey("adds a trailing newline", t, func() {
result := joinEnv(map[string]string{"foo": "bar", "baz": "qux"})
So(result, ShouldEqual, "foo=bar\nbaz=qux\n")
So(result, ShouldEqual, "baz=qux\nfoo=bar\n")
})
}

Expand Down

0 comments on commit 0dca328

Please sign in to comment.