Skip to content

Commit

Permalink
test: fixed debian test
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Mar 23, 2018
1 parent 9deb981 commit 7c68620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance/deb_acceptance_test.go
Expand Up @@ -16,6 +16,6 @@ func TestComplexDeb(t *testing.T) {
accept(t, "complex_deb", "complex.yaml", "deb", "deb.dockerfile")
})
t.Run("i386", func(t *testing.T) {
accept(t, "complex_deb_386", "complex.386.yaml", "deb", "deb.dockerfile")
accept(t, "complex_deb_386", "complex.386.yaml", "deb", "deb.386.dockerfile")
})
}

0 comments on commit 7c68620

Please sign in to comment.