Explorar o código

Fix method names.

BDisp %!s(int64=2) %!d(string=hai) anos
pai
achega
da5249f043
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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,