Skip to content

Commit

Permalink
Merge pull request #410 from wbonbon/master
Browse files Browse the repository at this point in the history
bug fix
  • Loading branch information
wbonbon authored Aug 7, 2024
2 parents ffd1250 + 5967f9a commit c6803a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ public Ticker CreateSimilarNew()

public void SimulateMatch()
{
var now = DateTime.UtcNow;
var now = DateTime.Now;

// 擬似的にマッチ状態にする
this.IsTest = true;
Expand Down

0 comments on commit c6803a0

Please sign in to comment.