Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Equanox committed Jan 7, 2023
1 parent 00c0d5f commit 871ef14
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/e2e/input/input_test.go
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
package inputest

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

. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"github.com/sanity-io/litter"
)

var _ = Describe("Testing input for a task", func() {
Expand Down Expand Up @@ -51,9 +49,6 @@ var _ = Describe("Testing input for a task", func() {
task, ok := bobfile.BTasks[taskName]
Expect(ok).To(BeTrue())

litter.Dump(task)
fmt.Println(task.Inputs())

inputsBeforeBuild := task.Inputs()
Expect(len(inputsBeforeBuild)).To(Equal(1))
Expect(inputsBeforeBuild[0]).To(Equal(filepath.Join(dir, "bob.yaml")))
Expand Down

0 comments on commit 871ef14

Please sign in to comment.