mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-05 06:34:13 -04:00
17 lines
285 B
C#
17 lines
285 B
C#
using System.Linq;
|
|
using Xunit;
|
|
|
|
namespace Kyoo.Tests
|
|
{
|
|
public class SetupTests
|
|
{
|
|
// [Fact]
|
|
// public void Get_Test()
|
|
// {
|
|
// TestContext context = new();
|
|
// using DatabaseContext database = context.New();
|
|
//
|
|
// Assert.Equal(1, database.Shows.Count());
|
|
// }
|
|
}
|
|
} |