Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
fix: Merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
AntiD2ta committed Sep 27, 2023
1 parent 3f02ac1 commit 21510af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/local_install_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ func TestLocalInstall_OptionsWithoutDefault(t *testing.T) {
t,
// Arrange
func(t *testing.T, egnPath string) error {
if err := buildMockAvsImages(t); err != nil {
if err := buildMockAvsImagesLatest(t); err != nil {
return err
}
err := os.MkdirAll(pkgDir, 0o755)
Expand Down

0 comments on commit 21510af

Please sign in to comment.