Skip to content

Commit 3a79610

Browse files
author
n.bitounis
committed
Moved the test under the right folder.
1 parent 3f695c7 commit 3a79610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnitTest/AlgorithmsTests/PrimeListTest.cs renamed to UnitTest/DataStructuresTests/PrimeListTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using DataStructures.Common;
22
using Xunit;
33

4-
namespace UnitTest.AlgorithmsTests
4+
namespace UnitTest.DataStructuresTests
55
{
66
public class PrimeListTest
77
{

0 commit comments

Comments
 (0)