Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaansehgal99 committed May 2, 2024
1 parent c44955a commit 55ea501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tuning/preset-tuning_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ func TestHandleImageDataSource(t *testing.T) {

for name, tc := range testcases {
t.Run(name, func(t *testing.T) {
initContainer, volume, volumeMount := handleImageDataSource(context.Background(), tc.workspaceObj)
initContainer, volume, volumeMount := handleImageDataSource(context.Background(), tc.workspaceObj.Tuning.Input.Image)

assert.Equal(t, tc.expectedInitContainerName, initContainer.Name)
assert.Equal(t, tc.workspaceObj.Tuning.Input.Image, initContainer.Image)
Expand Down

0 comments on commit 55ea501

Please sign in to comment.