Fix comments

This commit is contained in:
Zoltan Csizmadia 2024-07-17 11:30:16 -05:00
commit 38a5aed02d
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
</ItemGroup> </ItemGroup>
<!-- <!--
NUnit 4+ moved the original/non-constraint Asserts into ClassicAssert namespace, To be transparent with the test code, we alias it to Assert. NUnit 4+ moved the original/non-constraint Asserts into ClassicAssert namespace. To be transparent with the test code, we alias it to Assert.
https://docs.nunit.org/articles/nunit/release-notes/Nunit4.0-MigrationGuide.html https://docs.nunit.org/articles/nunit/release-notes/Nunit4.0-MigrationGuide.html
https://docs.nunit.org/articles/nunit/writing-tests/assertions/assertions.html https://docs.nunit.org/articles/nunit/writing-tests/assertions/assertions.html
--> -->

View file

@ -24,7 +24,7 @@
</ItemGroup> </ItemGroup>
<!-- <!--
NUnit 4+ moved the original/non-constraint Asserts into ClassicAssert namespace, To be transparent with the test code, we alias it to Assert. NUnit 4+ moved the original/non-constraint Asserts into ClassicAssert namespace. To be transparent with the test code, we alias it to Assert.
https://docs.nunit.org/articles/nunit/release-notes/Nunit4.0-MigrationGuide.html https://docs.nunit.org/articles/nunit/release-notes/Nunit4.0-MigrationGuide.html
https://docs.nunit.org/articles/nunit/writing-tests/assertions/assertions.html https://docs.nunit.org/articles/nunit/writing-tests/assertions/assertions.html
--> -->