Skip to content

Commit 6f222d8

Browse files
alkampfergitpmiossec
authored andcommitted
Fixed test that were not compiling.
1 parent 4d48e1c commit 6f222d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/RepositoryWatcherTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ internal void Test(Action<TemporaryRepository> preSteps, Action<TemporaryReposit
4747
Thread.Sleep(RepositoryWatcher.DampeningIntervalInMilliseconds * 2);
4848

4949
var triggered = false;
50-
var watcher = new RepositoryWatcher(tempFolder.Path);
50+
var watcher = new RepositoryWatcher(tempFolder.Path, false);
5151
watcher.ChangeDetected += (sender, args) => { triggered = true; };
5252

5353
triggerSteps(tempRepository);

0 commit comments

Comments
 (0)