Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
coenm committed Aug 15, 2023
1 parent 278e253 commit 8349f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/SystemTests/DefaultRepositoryMonitorTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void OneTimeSetUp()

var defaultRepositoryReader = new DefaultRepositoryReader(new Mock<IRepositoryTagsFactory>().Object, NullLogger.Instance);
_monitor = new DefaultRepositoryMonitor(
new GivenPathProvider(new string[] { repoPath, }),
new GivenPathProvider(new [] { repoPath, }),
defaultRepositoryReader,
new DefaultRepositoryDetectorFactory(defaultRepositoryReader),
new DefaultRepositoryObserverFactory(),
Expand Down

0 comments on commit 8349f13

Please sign in to comment.