Fix test case

This commit is contained in:
Chris Bednarski 2015-06-18 04:46:39 -07:00
parent d8f78d9174
commit e81378ac39
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ func TestZipArchive(t *testing.T) {
defer artifact.Destroy()
}
tpl, err := template.Parse(strings.NewReader(tarTestCase))
tpl, err := template.Parse(strings.NewReader(zipTestCase))
if err != nil {
t.Fatalf("Unable to parse test config: %s", err)
}