mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-10-30 18:22:48 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			227 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			227 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using System;
 | |
| using NUnit.Framework;
 | |
| 
 | |
| namespace IsoMounter.Test
 | |
| {
 | |
|     [TestFixture]
 | |
|     public class UnitTest1
 | |
|     {
 | |
|         [Test]
 | |
|         public void Test1()
 | |
|         {
 | |
|             Assert.That(true, Is.True);
 | |
|         }
 | |
|     }
 | |
| } |