Skip to content

Commit e959c03

Browse files
committed
updated namespaces
1 parent 8a1e956 commit e959c03

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/PolylineAlgorithm.Abstraction.Tests/InvalidPolylineExceptionTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
44
//
55

6-
namespace PolylineAlgorithm.Tests;
6+
namespace PolylineAlgorithm.Abstraction.Tests;
77

88
using PolylineAlgorithm.Abstraction;
99

tests/PolylineAlgorithm.Abstraction.Tests/Properties/Category.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
44
//
55

6-
namespace PolylineAlgorithm.Tests.Properties;
6+
namespace PolylineAlgorithm.Abstraction.Tests.Properties;
77

88
/// <summary>
99
/// Provides constants for test categories.

tests/PolylineAlgorithm.Abstraction.Tests/Properties/MSTestSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
44
//
55

6-
using PolylineAlgorithm.Tests.Properties;
6+
using PolylineAlgorithm.Abstraction.Tests.Properties;
77

88
[assembly: Parallelize(Scope = ExecutionScope.ClassLevel)]
99
[assembly: TestCategory(Category.Unit)]

0 commit comments

Comments
 (0)