mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-03 19:17:24 -05:00 
			
		
		
		
	Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
		
							parent
							
								
									acb79eb56a
								
							
						
					
					
						commit
						c14f468099
					
				@ -183,7 +183,7 @@ namespace Jellyfin.Networking.Tests
 | 
			
		||||
 | 
			
		||||
            // Test excluded, including IPv6.
 | 
			
		||||
            nc = nm.CreateIPCollection(settings.Split(","), true);
 | 
			
		||||
            Assert.True(string.Equals(nc?.AsString(), result4, System.StringComparison.OrdinalIgnoreCase));
 | 
			
		||||
            Assert.Equal(nc.AsString(), result4);
 | 
			
		||||
 | 
			
		||||
            conf.EnableIPV6 = true;
 | 
			
		||||
            nm.UpdateSettings(conf);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user