unit tests

This commit is contained in:
Jamie Rees 2019-04-05 13:39:14 +01:00
parent a1e0042966
commit e5cc355dfe
2 changed files with 41 additions and 1 deletions

View file

@ -14,6 +14,5 @@ namespace Ombi.Helpers
var step2 = Regex.Replace(step1, @"\s{2,}", " ");
return step2;
}
}
}