diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-23 12:01:46 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-23 12:01:46 -0500 |
commit | 4c0272c0aaec58fbd457e87650f66a067efc2fee (patch) | |
tree | 27deaf3d32e7f87709db8dcf2a6e2c8966b1d21c /src/SMAPI.Tests/Core/ModResolverTests.cs | |
parent | 66017a39d9091520bad81253be21daa8c7fd2c36 (diff) | |
download | SMAPI-4c0272c0aaec58fbd457e87650f66a067efc2fee.tar.gz SMAPI-4c0272c0aaec58fbd457e87650f66a067efc2fee.tar.bz2 SMAPI-4c0272c0aaec58fbd457e87650f66a067efc2fee.zip |
remove unused AlternativeUrl field in metadata model
Diffstat (limited to 'src/SMAPI.Tests/Core/ModResolverTests.cs')
-rw-r--r-- | src/SMAPI.Tests/Core/ModResolverTests.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/SMAPI.Tests/Core/ModResolverTests.cs b/src/SMAPI.Tests/Core/ModResolverTests.cs index 78056ef7..28262111 100644 --- a/src/SMAPI.Tests/Core/ModResolverTests.cs +++ b/src/SMAPI.Tests/Core/ModResolverTests.cs @@ -146,8 +146,7 @@ namespace SMAPI.Tests.Core Mock<IModMetadata> mock = this.GetMetadata("Mod A", new string[0], allowStatusChange: true); this.SetupMetadataForValidation(mock, new ModDataRecordVersionedFields { - Status = ModStatus.AssumeBroken, - AlternativeUrl = "https://example.org" + Status = ModStatus.AssumeBroken }); // act |