Skip to content

Commit

Permalink
Fix compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanBout committed Dec 3, 2024
1 parent 4ab014c commit 1b1995e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimpleCDN.Tests/CDNLoaderTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ private static CDNLoader CreateLoader()
return new CDNLoader(
new MockWebHostEnvironment(),
options,
new IndexGenerator(options),
new IndexGenerator(options, new MockLogger<IndexGenerator>()),
new MockLogger<CDNLoader>(),
new MockCacheManager(),
new MockPhysicalFileReader(Files));
Expand Down

0 comments on commit 1b1995e

Please sign in to comment.