summaryrefslogtreecommitdiffstats
path: root/pkg/integration/components/test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/components/test.go')
-rw-r--r--pkg/integration/components/test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/components/test.go b/pkg/integration/components/test.go
index 847781c8e..f4838ad86 100644
--- a/pkg/integration/components/test.go
+++ b/pkg/integration/components/test.go
@@ -60,7 +60,7 @@ type GitVersionRestriction struct {
}
// Verifies the version is at least the given version (inclusive)
-func From(version string) GitVersionRestriction {
+func AtLeast(version string) GitVersionRestriction {
return GitVersionRestriction{from: version}
}