summaryrefslogtreecommitdiffstats
path: root/pkg/integration/components/paths.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/components/paths.go')
-rw-r--r--pkg/integration/components/paths.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkg/integration/components/paths.go b/pkg/integration/components/paths.go
index bacc96f81..d100e91fe 100644
--- a/pkg/integration/components/paths.go
+++ b/pkg/integration/components/paths.go
@@ -27,13 +27,6 @@ func (self Paths) ActualRepo() string {
return filepath.Join(self.Actual(), "repo")
}
-// When an integration test first runs, we copy everything in the 'actual' directory,
-// and copy it into the 'expected' directory so that future runs can be compared
-// against what we expect.
-func (self Paths) Expected() string {
- return filepath.Join(self.root, "expected")
-}
-
func (self Paths) Config() string {
return filepath.Join(self.root, "used_config")
}