using NUnit.Framework; namespace Aya_Backend.Tests { [TestFixture] public class WorkbookControllerTests { [Test] public void Test1() { Assert.Pass(); } } }