mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -07:00
Added ContentSummary to be able to describe the ContentData in a human readable form. (Useful for JsonRpc and FormData).
12 lines
No EOL
198 B
C#
12 lines
No EOL
198 B
C#
using System;
|
|
using FluentAssertions;
|
|
using NUnit.Framework;
|
|
using NzbDrone.Common.Http;
|
|
|
|
namespace NzbDrone.Common.Test.Http
|
|
{
|
|
[TestFixture]
|
|
public class HttpRequestFixture
|
|
{
|
|
}
|
|
} |