We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e5481 commit e23ac00Copy full SHA for e23ac00
test/testshared/runner_test.go
@@ -179,8 +179,6 @@ func TestRunnerBuilder_Runner(t *testing.T) {
179
assert.NotNil(t, runner.log)
180
assert.NotNil(t, runner.tb)
181
assert.Equal(t, test.expected.env, runner.env)
182
- assert.Equal(t, test.expected.env, runner.env)
183
184
assert.Equal(t, test.expected.command, runner.command)
185
assert.Equal(t, test.expected.args, runner.args)
186
})
0 commit comments