Skip to content

Commit

Permalink
chore: adjust count
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Nov 24, 2024
1 parent ad137db commit 6ca6b65
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if HAS_UNO
#if HAS_UNO
using System;
using System.Collections.Generic;
using System.Diagnostics;
Expand Down Expand Up @@ -122,7 +122,7 @@ void Do()

SUT.Invoke(this, null);

Assert.AreEqual(5050, invoked);
Assert.AreEqual(5150, invoked);

disposable.Clear();

Expand Down

0 comments on commit 6ca6b65

Please sign in to comment.