mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Add missing assert to confirm owner delete succeeded to the end of TestOsNpcRemoveOwned()
This commit is contained in:
@@ -127,6 +127,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Tests
|
||||
|
||||
npc = m_scene.GetScenePresence(npcId);
|
||||
|
||||
// Now the owner deleted it and it's gone
|
||||
Assert.That(npc, Is.Null);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user