mirror of https://github.com/databricks/cli.git
refactor: Update TODO comment with specific mtime for prebuilt wheel test
This commit is contained in:
parent
34c2265965
commit
f681a9261f
|
@ -186,7 +186,7 @@ func TestPrebuilt(t *testing.T) {
|
||||||
tempDir := t.TempDir()
|
tempDir := t.TempDir()
|
||||||
ctx := context.Background()
|
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)
|
outname, err := PatchWheel(ctx, prebuiltWheel, tempDir)
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue