Ver código fonte

Fix method names.

BDisp 2 anos atrás
pai
commit
da5249f043
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      UnitTests/View/Layout/DimTests.cs

+ 2 - 2
UnitTests/View/Layout/DimTests.cs

@@ -1268,7 +1268,7 @@ namespace Terminal.Gui.ViewTests {
 		}
 
 		[Fact]
-		public void Dim_Referencing_SuperView_Throws ()
+		public void Dim_Referencing_SuperView_Does_Not_Throws ()
 		{
 			var super = new View ("super") {
 				Width = 10,
@@ -1288,7 +1288,7 @@ namespace Terminal.Gui.ViewTests {
 		}
 
 		[Fact]
-		public void Dim_SyperView_Referencing_SubView_Does_Not_Throws ()
+		public void Dim_SyperView_Referencing_SubView_Throws ()
 		{
 			var super = new View ("super") {
 				Width = 10,