mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Refactored IntegrationTests to work with Nunit3 VS adapter.
This commit is contained in:
@@ -42,7 +42,7 @@ namespace NzbDrone.Core.Test.MediaCoverTests
|
||||
var mainFile = Path.Combine(TempFolder, "logo.png");
|
||||
var resizedFile = Path.Combine(TempFolder, "logo-170.png");
|
||||
|
||||
File.Copy(@"Files/1024.png", mainFile);
|
||||
File.Copy(GetTestPath("Files/1024.png"), mainFile);
|
||||
|
||||
Subject.Resize(mainFile, resizedFile, 170);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user