Spotify.NET/SpotifyAPI.Web.Tests/Http/NetHTTPClientTest.cs
2020-05-02 13:04:26 +02:00

21 lines
310 B
C#

using System.Collections.Generic;
using System;
using System.Threading.Tasks;
using NUnit.Framework;
namespace SpotifyAPI.Web.Tests
{
[TestFixture]
public class NetHTTPClientTest
{
[TestFixture]
public class BuildRequestsMethod
{
public void AddsHeaders()
{
}
}
}
}