Skip to content

Commit

Permalink
dev: remove duplicated test asserts (golangci#3608)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear authored and SeigeC committed Apr 4, 2023
1 parent 2f5a6e4 commit 97f108c
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 97f108c

Please sign in to comment.