Skip to content

Commit

Permalink
Fixes failing unit tests (due to changed expected test outputs)
Browse files Browse the repository at this point in the history
Updates DeckLog JP compatibility: `20241007.001`
  • Loading branch information
ronelm2000 committed Oct 8, 2024
1 parent 1479791 commit 0b06605
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Montage.Weiss.Tools.Test/LocalJSON/ParserTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ public async Task FullTestRun()
NoWarning = true
}.Run(ioc, progressReporter);

Assert.IsTrue(Path.Get("./Export/deck_date_a_live.json").Exists);
Assert.IsTrue(Path.Get("./Export/deck_date_a_live.ws-dek").Exists);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Montage.Weiss.Tools.Entities.External.DeckLog;
public class DeckLogSettings
{
public CardLanguage Language { get; set; } = CardLanguage.Japanese;
public string Version { get; set; } = "20240918.001";
public string Version { get; set; } = "20241007.001";
public string Authority { get; set; } = "https://decklog.bushiroad.com/";
public Regex DeckURLMatcher { get; set; } = new Regex(@"(.*):\/\/decklog\.bushiroad\.com\/view\/([^\?]*)(.*)");
public string VersionURL { get; set; } = "https://decklog.bushiroad.com/system/app/api/version/";
Expand Down

0 comments on commit 0b06605

Please sign in to comment.