diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-11-04 23:52:59 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-11-04 23:52:59 -0500 |
commit | 49e944d06fa7040889b569b62cb0025c057834df (patch) | |
tree | 19b8e961a8808a3e367e6b4566c0edc89dcfe0f4 /src/SMAPI.Tests/Core | |
parent | 724d3fccb1c7a5ec842314436126271c5697129a (diff) | |
download | SMAPI-49e944d06fa7040889b569b62cb0025c057834df.tar.gz SMAPI-49e944d06fa7040889b569b62cb0025c057834df.tar.bz2 SMAPI-49e944d06fa7040889b569b62cb0025c057834df.zip |
update HTTP URLs to HTTPS
Diffstat (limited to 'src/SMAPI.Tests/Core')
-rw-r--r-- | src/SMAPI.Tests/Core/ModResolverTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Tests/Core/ModResolverTests.cs b/src/SMAPI.Tests/Core/ModResolverTests.cs index 51b839df..4a1f04c6 100644 --- a/src/SMAPI.Tests/Core/ModResolverTests.cs +++ b/src/SMAPI.Tests/Core/ModResolverTests.cs @@ -145,7 +145,7 @@ namespace StardewModdingAPI.Tests.Core this.SetupMetadataForValidation(mock, new ModDataRecordVersionedFields { Status = ModStatus.AssumeBroken, - AlternativeUrl = "http://example.org" + AlternativeUrl = "https://example.org" }); // act |