Skip to content

Commit 60d4433

Browse files
committed
fix test
Signed-off-by: Taylor Silva <dev@taydev.net>
1 parent 2c155b8 commit 60d4433

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

in_command_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ var _ = Describe("In Command", func() {
365365
inRequest.Source.AssetDir = true
366366
inResponse, inErr = command.Run(destDir, inRequest)
367367

368-
fileContents, err := ioutil.ReadFile(filepath.Join(destDir, "assets", "source.tar.gz"))
368+
fileContents, err := ioutil.ReadFile(filepath.Join(destDir, "assets", "source.zip"))
369369
fContents := string(fileContents)
370370
Expect(err).NotTo(HaveOccurred())
371371
Expect(fContents).To(Equal("source-zip-file-contents"))

0 commit comments

Comments
 (0)