amended testing unit.

This commit is contained in:
Greenback
2020-11-04 20:29:55 +00:00
parent ec245dce90
commit 3e62557959
3 changed files with 16 additions and 14 deletions

View File

@@ -45,7 +45,7 @@ namespace MediaBrowser.Common.Net
/// </summary>
/// <param name="source">The <see cref="NetCollection"/>.</param>
/// <returns>Returns a string representation of this object.</returns>
public static string Readable(this NetCollection source)
public static string AsString(this NetCollection source)
{
var sb = new StringBuilder();
string output = "[";