Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
benaadams committed Sep 29, 2024
1 parent f188f2d commit f3a5d5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public void Ancient_bodies_and_receipts_are_reported_correctly(
iLogger.IsInfo.Returns(true);
iLogger.IsError.Returns(true);
ILogger logger = new(iLogger);
logManager.GetClassLogger().Returns(logger);
logManager.GetClassLogger(Arg.Any<string>()).Returns(logger);

Queue<SyncMode> syncModes = new();
syncModes.Enqueue(SyncMode.FastHeaders);
Expand Down

0 comments on commit f3a5d5b

Please sign in to comment.