diff options
| author | Ben Sima <ben@bensima.com> | 2025-11-22 19:02:13 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2025-11-22 19:02:13 -0500 |
| commit | c7f73834f209a9aec160224b3f8d86bf988aaecf (patch) | |
| tree | 428f7614c146dcc2ff03486d530c3bd21bc6c54a /Omni | |
| parent | 15617d846824bc407e76634971ebbb2339bfb499 (diff) | |
fix: cleanup test artifact in Omni/Task/RaceTest.hs
Amp-Thread-ID:
https://ampcode.com/threads/T-ca3b086b-5a85-422a-b13d-256784c04221
Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'Omni')
| -rw-r--r-- | Omni/Task/RaceTest.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Omni/Task/RaceTest.hs b/Omni/Task/RaceTest.hs index cfadaca..0cd6464 100644 --- a/Omni/Task/RaceTest.hs +++ b/Omni/Task/RaceTest.hs @@ -54,3 +54,6 @@ raceTest = -- Verify IDs follow the pattern parentId.N for_ ids <| \tid -> do (parentId `T.isPrefixOf` tid) Test.@?= True + + -- Cleanup + removeFile testFile |
