From 05acf75c24e30bb1b362169019a337706075fa99 Mon Sep 17 00:00:00 2001 From: Julien Date: Mon, 16 Dec 2024 13:55:49 +0100 Subject: [PATCH] Update tests/containers_test.go Co-authored-by: Will Jones --- tests/containers_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/containers_test.go b/tests/containers_test.go index d3e93cb..64a4337 100644 --- a/tests/containers_test.go +++ b/tests/containers_test.go @@ -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)