fix: Fixing test cases

This commit is contained in:
Chris Cameron
2018-05-11 15:57:04 -04:00
parent 3f8e2b8df7
commit cddc726d4d
2 changed files with 10 additions and 9 deletions

View File

@@ -72,6 +72,7 @@ namespace ICD.Common.Utils
// Scheme
string scheme = string.IsNullOrEmpty(Scheme) ? "http" : Scheme;
builder.Append(scheme);
builder.Append(':');
// Authority
builder.Append("//");