Skip to content

Commit

Permalink
fix test copy/pasta
Browse files Browse the repository at this point in the history
  • Loading branch information
julienp committed Dec 16, 2024
1 parent 20a10c6 commit d798524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/containers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ func TestEnvironment(t *testing.T) {
require.NoError(t, err)
require.Equal(t, expectedUvPath, uvPath)
// Use bash `command` builtin to lookup the path to uv
requireOutputWithBash(t, expectedPoetryPath, "command", "-v", "uv")
requireOutputWithBash(t, expectedUvPath, "command", "-v", "uv")
})

t.Run("Node", func(t *testing.T) {
Expand Down

0 comments on commit d798524

Please sign in to comment.