namespace LibreMetaverse.RLV.Tests.Exceptions { public class EmoteExceptionTests : RestrictionsBase { #region @emote= [Fact] public async Task CanEmote() { await CheckSimpleCommand("emote", m => m.CanEmote()); } #endregion } }