mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Refactored IntegrationTests to work with Nunit3 VS adapter.
This commit is contained in:
@@ -127,7 +127,7 @@ namespace NzbDrone.Core.Test
|
||||
public void Truncate_should_truncate_strings_to_max_specified_number_of_bytes()
|
||||
{
|
||||
|
||||
var str = ReadAllText("Files", "LongOverview.txt");
|
||||
var str = ReadAllText("Files/LongOverview.txt");
|
||||
|
||||
|
||||
var resultString = str.Truncate(1000);
|
||||
|
||||
Reference in New Issue
Block a user