diff --git a/tests/SIL.Machine.AspNetCore.Tests/Services/ClearMLNmtEngineServiceTests.cs b/tests/SIL.Machine.AspNetCore.Tests/Services/ClearMLNmtEngineServiceTests.cs index f9d01a7d6..614dabc52 100644 --- a/tests/SIL.Machine.AspNetCore.Tests/Services/ClearMLNmtEngineServiceTests.cs +++ b/tests/SIL.Machine.AspNetCore.Tests/Services/ClearMLNmtEngineServiceTests.cs @@ -84,7 +84,7 @@ public TestEnvironment() new MemoryRepository(), new ObjectIdGenerator() ); - _sharedFileService = new SharedFileService(); + _sharedFileService = new SharedFileService(Substitute.For()); _options = Substitute.For>(); _options.CurrentValue.Returns( new ClearMLNmtEngineOptions { BuildPollingTimeout = TimeSpan.FromMilliseconds(50) }