14 lines
247 B
C#
14 lines
247 B
C#
using System;
|
|
using System.Threading.Tasks;
|
|
using System.Collections.Generic;
|
|
using Xunit;
|
|
using PocketSharp.Models;
|
|
|
|
namespace PocketSharp.Tests
|
|
{
|
|
class AuthenticationTests : TestsBase
|
|
{
|
|
public AuthenticationTests() : base() { }
|
|
}
|
|
}
|