using System; using NUnit.Framework; namespace Jellyfin.Notifications.Test { [TestFixture] public class UnitTest1 { [Test] public void Test1() { Assert.That(true, Is.True); } } }