mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-16 13:15:07 +00:00
fix: Fixing test cases
This commit is contained in:
@@ -72,6 +72,7 @@ namespace ICD.Common.Utils
|
||||
// Scheme
|
||||
string scheme = string.IsNullOrEmpty(Scheme) ? "http" : Scheme;
|
||||
builder.Append(scheme);
|
||||
builder.Append(':');
|
||||
|
||||
// Authority
|
||||
builder.Append("//");
|
||||
|
||||
Reference in New Issue
Block a user