Skip to content

Commit

Permalink
Update tests/containers_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Will Jones <[email protected]>
  • Loading branch information
julienp and lunaris authored Dec 16, 2024
1 parent d798524 commit 05acf75
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 @@ -308,7 +308,7 @@ func TestEnvironment(t *testing.T) {
// Use bash `command` builtin to lookup the path to poetry
requireOutputWithBash(t, expectedPoetryPath, "command", "-v", "poetry")

// uvy should be available
// uv should be available
expectedUvPath := "/usr/local/bin/uv"
uvPath, err := exec.LookPath("uv")
require.NoError(t, err)
Expand Down

0 comments on commit 05acf75

Please sign in to comment.