diff --git a/libs/patchwheel/patch_test.go b/libs/patchwheel/patch_test.go index 7d45ae9dc..23540e02b 100644 --- a/libs/patchwheel/patch_test.go +++ b/libs/patchwheel/patch_test.go @@ -186,7 +186,7 @@ func TestPrebuilt(t *testing.T) { tempDir := t.TempDir() ctx := context.Background() - // AI TODO: set mtime of prebuiltWheel to some fixed value. Simplify the code below to hardcode names based on this value + // AI TODO: set mtime of prebuiltWheel to fixed value 2025-03-05 14:15:55.123456789. Simplify the code below to hardcode names based on this value. outname, err := PatchWheel(ctx, prebuiltWheel, tempDir) require.NoError(t, err)