We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f695c7 commit 3a79610Copy full SHA for 3a79610
1 file changed
UnitTest/AlgorithmsTests/PrimeListTest.cs …est/DataStructuresTests/PrimeListTest.csUnitTest/AlgorithmsTests/PrimeListTest.cs renamed to UnitTest/DataStructuresTests/PrimeListTest.cs
@@ -1,7 +1,7 @@
1
using DataStructures.Common;
2
using Xunit;
3
4
-namespace UnitTest.AlgorithmsTests
+namespace UnitTest.DataStructuresTests
5
{
6
public class PrimeListTest
7
0 commit comments