chore: fix unit tests leaking assets

This commit is contained in:
bd_ 2023-01-21 10:56:10 +09:00
parent 6d166b3317
commit 51b828d318

View File

@ -27,11 +27,7 @@ namespace modular_avatar_tests
{
Object.DestroyImmediate(obj);
}
}
[OneTimeTearDown]
void Cleanup()
{
Util.DeleteTemporaryAssets();
}