mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-04 03:27:21 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			223 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			223 B
		
	
	
	
		
			C#
		
	
	
	
	
	
using System;
 | 
						|
using NUnit.Framework;
 | 
						|
 | 
						|
namespace DvdLib.Test
 | 
						|
{
 | 
						|
    [TestFixture]
 | 
						|
    public class UnitTest1
 | 
						|
    {
 | 
						|
        [Test]
 | 
						|
        public void Test1()
 | 
						|
        {
 | 
						|
            Assert.That(true, Is.True);
 | 
						|
        }
 | 
						|
    }
 | 
						|
} |