aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.WebDashboard.Test/UnitTest1.cs
blob: a636cb340b7c29774d8691c013da2f1cafadd8ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using System;
using NUnit.Framework;

namespace Jellyfin.WebDashboard.Test
{
    public class UnitTest1
    {
        [Test]
        public void Test1()
        {
            Assert.That(true, Is.True);
        }
    }
}