mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2024-12-29 18:55:06 +08:00
chore: fix unit tests leaking assets
This commit is contained in:
parent
6d166b3317
commit
51b828d318
@ -27,11 +27,7 @@ namespace modular_avatar_tests
|
|||||||
{
|
{
|
||||||
Object.DestroyImmediate(obj);
|
Object.DestroyImmediate(obj);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
[OneTimeTearDown]
|
|
||||||
void Cleanup()
|
|
||||||
{
|
|
||||||
Util.DeleteTemporaryAssets();
|
Util.DeleteTemporaryAssets();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user