Skip to content

Commit

Permalink
typo fix in TestDownloadOci in client_test.go
Browse files Browse the repository at this point in the history
Signed-off-by: Asish Kumar <[email protected]>
  • Loading branch information
officialasishkumar committed May 29, 2024
1 parent f76ef15 commit 6359c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func initTestDir(subDir string) string {
return testDir
}

// TestDownloadGit test download from oci registry.
// TestDownloadOci test download from oci registry.
func TestDownloadOci(t *testing.T) {
testPath := filepath.Join(getTestDir("download"), "helloworld_0.1.2")
err := os.MkdirAll(testPath, 0755)
Expand Down

0 comments on commit 6359c77

Please sign in to comment.