Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adams85 committed Apr 29, 2024
1 parent bd153b1 commit c7461c0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ public void LazyLoadDeadLockCheck()
["GetValueAsync"] = new object?[] { "x", null, null, CancellationToken.None },
["GetValueDetails"] = new object?[] { "x", null, null },
["GetValueDetailsAsync"] = new object?[] { "x", null, null, CancellationToken.None },
["GetKeyAndValue"] = new object?[] { "x" },
["GetKeyAndValueAsync"] = new object?[] { "x", CancellationToken.None },
["SetDefaultUser"] = new object?[] { new User("id") },
};

Expand Down

0 comments on commit c7461c0

Please sign in to comment.