mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-26 22:46:53 -04:00
Enforce comment style in CS
This commit is contained in:
@@ -289,7 +289,7 @@ namespace NzbDrone.Integration.Test
|
||||
|
||||
var sourcePath = Path.Combine(TestContext.CurrentContext.TestDirectory, "ApiTests", "Files", "H264_sample.mp4");
|
||||
|
||||
//File.Copy(sourcePath, path);
|
||||
// File.Copy(sourcePath, path);
|
||||
File.WriteAllText(path, "Fake Movie");
|
||||
|
||||
Commands.PostAndWait(new RefreshMovieCommand(new List<int> { movie.Id }));
|
||||
|
||||
Reference in New Issue
Block a user