refactor: Update TODO comment with specific mtime for prebuilt wheel test

This commit is contained in:
Denis Bilenko 2025-03-05 14:52:20 +01:00 committed by Denis Bilenko (aider)
parent 34c2265965
commit f681a9261f
1 changed files with 1 additions and 1 deletions

View File

@ -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)