summaryrefslogtreecommitdiffstats
path: root/pkg/integration/components/paths.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-02-26 11:49:15 +1100
committerJesse Duffield <jessedduffield@gmail.com>2023-02-26 12:54:13 +1100
commitf7e8b2dd7194ef32f6644481c974602bd8059c9c (patch)
tree492a01ffb1367311bec75099cb21e5383e6ced0f /pkg/integration/components/paths.go
parent8b5d59c2380c9d4c78d148d8ee0cecdfa556f1f5 (diff)
cleanup integration test code
Diffstat (limited to 'pkg/integration/components/paths.go')
-rw-r--r--pkg/integration/components/paths.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/integration/components/paths.go b/pkg/integration/components/paths.go
index 43468f509..bacc96f81 100644
--- a/pkg/integration/components/paths.go
+++ b/pkg/integration/components/paths.go
@@ -3,9 +3,9 @@ package components
import "path/filepath"
// convenience struct for easily getting directories within our test directory.
-// We have one test directory for each test, found in test/integration.
+// We have one test directory for each test, found in test/results.
type Paths struct {
- // e.g. test/integration/test_name
+ // e.g. test/results/test_name
root string
}