Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Feb 27, 2024
1 parent b96c467 commit 1069578
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func (t *imageBuildSpecWithCustomBuildFileTest) Assert(typeValue builtin_argumen
t.packageContentProvider,
testNoPackageReplaceOptions)
require.Nil(t, err)
require.Equal(t, testOnDiskContainerCustomImagePath, imageBuildSpec.GetContainerImageFilePath())
require.Equal(t, testOnDiskContainerImageCustomPath, imageBuildSpec.GetContainerImageFilePath())
require.Equal(t, testOnDiskContextDirPath, imageBuildSpec.GetBuildContextDir())
require.Equal(t, testTargetStage, imageBuildSpec.GetTargetStage())
}

0 comments on commit 1069578

Please sign in to comment.