mirror of https://github.com/docker/cli.git
chore: fix function names in comment
Signed-off-by: racequite <quiterace@gmail.com>
This commit is contained in:
parent
b9828336c5
commit
dccfd6e4d0
|
@ -116,7 +116,7 @@ COPY data /data
|
|||
assert.DeepEqual(t, expected, fakeBuild.filenames(t))
|
||||
}
|
||||
|
||||
// TestRunBuildFromLocalGitHubDirNonExistingRepo tests that build contexts
|
||||
// TestRunBuildFromGitHubSpecialCase tests that build contexts
|
||||
// starting with `github.com/` are special-cased, and the build command attempts
|
||||
// to clone the remote repo.
|
||||
// TODO: test "context selection" logic directly when runBuild is refactored
|
||||
|
@ -132,7 +132,7 @@ func TestRunBuildFromGitHubSpecialCase(t *testing.T) {
|
|||
assert.ErrorContains(t, err, "docker-build-git")
|
||||
}
|
||||
|
||||
// TestRunBuildFromLocalGitHubDirNonExistingRepo tests that a local directory
|
||||
// TestRunBuildFromLocalGitHubDir tests that a local directory
|
||||
// starting with `github.com` takes precedence over the `github.com` special
|
||||
// case.
|
||||
func TestRunBuildFromLocalGitHubDir(t *testing.T) {
|
||||
|
|
Loading…
Reference in New Issue