This commit is contained in:
Max Claus Nunes 2018-07-24 22:42:43 -03:00
parent f0b6bfbe00
commit 2f011065f0
1 changed files with 2 additions and 2 deletions

View File

@ -269,7 +269,7 @@ func TestGaperRestartRunFail(t *testing.T) {
mockRunner.AssertExpectations(t)
}
func TestGaperFailBadBuildArgsMerged(t *testing.T) {
func TestGaperFailBadBuildArgsMerged(t *testing.T) { // nolint: dupl
args := &Config{
BuildArgsMerged: "foo '",
}
@ -280,7 +280,7 @@ func TestGaperFailBadBuildArgsMerged(t *testing.T) {
assert.Equal(t, "invalid command line string", err.Error())
}
func TestGaperFailBadProgramArgsMerged(t *testing.T) {
func TestGaperFailBadProgramArgsMerged(t *testing.T) { // nolint: dupl
args := &Config{
ProgramArgsMerged: "foo '",
}