Skip to content

Commit

Permalink
Clean up test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Genevieve Lesperance committed Jul 21, 2018
1 parent 72e306b commit 0afeab6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions validator/sha256_calculator_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package validator_test

import (
"fmt"
"io/ioutil"
"path/filepath"

Expand All @@ -24,7 +23,6 @@ var _ = Describe("FileSHA256HashCalculator", func() {
Expect(err).NotTo(HaveOccurred())

fileToSHA256 = filepath.Join(tempDir, "file-to-sum")
fmt.Println(fileToSHA256)
err = ioutil.WriteFile(fileToSHA256, []byte("file contents"), 0644)
Expect(err).NotTo(HaveOccurred())
})
Expand Down

0 comments on commit 0afeab6

Please sign in to comment.