mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-26 07:56:26 +00:00
9f6729ad60
Disabled examples for now
21 lines
310 B
C#
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()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|