Skip to content

Commit

Permalink
dev: remove duplicated test asserts (#3608)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear committed Feb 17, 2023
1 parent 69e5481 commit e23ac00
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/testshared/runner_test.go
Expand Up @@ -179,8 +179,6 @@ func TestRunnerBuilder_Runner(t *testing.T) {
assert.NotNil(t, runner.log)
assert.NotNil(t, runner.tb)
assert.Equal(t, test.expected.env, runner.env)
assert.Equal(t, test.expected.env, runner.env)
assert.Equal(t, test.expected.env, runner.env)
assert.Equal(t, test.expected.command, runner.command)
assert.Equal(t, test.expected.args, runner.args)
})
Expand Down

0 comments on commit e23ac00

Please sign in to comment.