diff --git a/Blazor/Test/UnitTest1.cs b/Blazor/Test/UnitTest1.cs index 20b9e62..5b4ace0 100644 --- a/Blazor/Test/UnitTest1.cs +++ b/Blazor/Test/UnitTest1.cs @@ -6,6 +6,7 @@ namespace Test [TestMethod] public void TestMethod1() { + Assert.IsTrue(true); } } } \ No newline at end of file