Skip to content

Commit

Permalink
Fix test dependency --ECL
Browse files Browse the repository at this point in the history
  • Loading branch information
Enkidu93 committed Sep 7, 2023
1 parent 048cffa commit 4513ee7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public TestEnvironment()
new MemoryRepository<RWLock>(),
new ObjectIdGenerator()
);
_sharedFileService = new SharedFileService();
_sharedFileService = new SharedFileService(Substitute.For<ILoggerFactory>());
_options = Substitute.For<IOptionsMonitor<ClearMLNmtEngineOptions>>();
_options.CurrentValue.Returns(
new ClearMLNmtEngineOptions { BuildPollingTimeout = TimeSpan.FromMilliseconds(50) }
Expand Down

0 comments on commit 4513ee7

Please sign in to comment.