Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
johnml1135 committed Jun 7, 2024
1 parent 5a5dfab commit 4a80d86
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -434,16 +434,13 @@ public TestEnvironment()
.Returns(Task.FromResult("job1"));
SharedFileService = new SharedFileService(Substitute.For<ILoggerFactory>());
BuildJobService = new BuildJobService(
[
[
new HangfireBuildJobRunner(
Substitute.For<IBackgroundJobClient>(),
[new NmtHangfireBuildJobFactory()]
[new NmtHangfireBuildJobFactory()]
),
new ClearMLBuildJobRunner(
ClearMLService,
[
[
new NmtClearMLBuildJobFactory(
SharedFileService,
Expand Down

0 comments on commit 4a80d86

Please sign in to comment.