mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-15 04:14:03 +00:00
Replaced built-in valuetypes with language keywords.
This commit is contained in:
@@ -31,7 +31,7 @@ namespace NzbDrone.Core.Test.MediaFiles
|
||||
.Build();
|
||||
|
||||
Mocker.GetMock<IDiskProvider>()
|
||||
.Setup(e => e.FileExists(It.Is<String>(c => !c.Contains(DELETED_PATH))))
|
||||
.Setup(e => e.FileExists(It.Is<string>(c => !c.Contains(DELETED_PATH))))
|
||||
.Returns(true);
|
||||
|
||||
Mocker.GetMock<IEpisodeService>()
|
||||
|
||||
Reference in New Issue
Block a user