diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-08-09 17:47:53 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 19:12:40 -0400 |
commit | 25e4aa14d865cdf9f3616cfb0fd981aaaf0e3535 (patch) | |
tree | b0e7eed32917c14bc630ef0b0487b60d1eeca398 /src/SMAPI.Tests/Toolkit/PathUtilitiesTests.cs | |
parent | 49b3dbb38f57fa8552d267cdb71edf46f4a7a0ed (diff) | |
download | SMAPI-25e4aa14d865cdf9f3616cfb0fd981aaaf0e3535.tar.gz SMAPI-25e4aa14d865cdf9f3616cfb0fd981aaaf0e3535.tar.bz2 SMAPI-25e4aa14d865cdf9f3616cfb0fd981aaaf0e3535.zip |
remove legacy AssemblyInfo and GlobalAssemblyInfo files, use consistent assembly names
Diffstat (limited to 'src/SMAPI.Tests/Toolkit/PathUtilitiesTests.cs')
-rw-r--r-- | src/SMAPI.Tests/Toolkit/PathUtilitiesTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Tests/Toolkit/PathUtilitiesTests.cs b/src/SMAPI.Tests/Toolkit/PathUtilitiesTests.cs index 3dc65ed5..55785bfa 100644 --- a/src/SMAPI.Tests/Toolkit/PathUtilitiesTests.cs +++ b/src/SMAPI.Tests/Toolkit/PathUtilitiesTests.cs @@ -1,7 +1,7 @@ using NUnit.Framework; using StardewModdingAPI.Toolkit.Utilities; -namespace StardewModdingAPI.Tests.Toolkit +namespace SMAPI.Tests.Toolkit { /// <summary>Unit tests for <see cref="PathUtilities"/>.</summary> [TestFixture] |