mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 14:46:26 +00:00
Remove temporary testing file from git
This commit is contained in:
parent
2b5a826181
commit
221d7534fd
2
.gitignore
vendored
2
.gitignore
vendored
@ -114,3 +114,5 @@ UpgradeLog*.XML
|
||||
|
||||
# Idea jetbrains
|
||||
.idea/
|
||||
.env
|
||||
SpotifyAPI.Web.Tests/UtilTests/Test.cs
|
||||
|
@ -1,18 +0,0 @@
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace SpotifyAPI.Web
|
||||
{
|
||||
[TestFixture]
|
||||
public class Testing
|
||||
{
|
||||
|
||||
[Test]
|
||||
public async Task TestingYo()
|
||||
{
|
||||
var config = SpotifyClientConfig.CreateDefault("");
|
||||
var spotify = new SpotifyClient(config);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user