Skip to content

Commit b4f88cd

Browse files
matt-FFFFFFCopilot
andauthored
test: never result in empty map
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 62917ac commit b4f88cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/runbatch/base_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ func TestBaseCommand_InheritEnv(t *testing.T) {
113113
name: "inherit_nil_env_into_empty",
114114
initialEnv: map[string]string{},
115115
inheritEnv: nil,
116-
expectedEnv: nil,
116+
expectedEnv: map[string]string{},
117117
},
118118
{
119119
name: "inherit_nil_env_into_non_empty",

0 commit comments

Comments
 (0)