2
0
Marcin Ziąbek 2 жил өмнө
parent
commit
1b01735356

+ 2 - 5
Source/QuestPDF.LayoutTests/LayoutTestResult.cs

@@ -92,8 +92,7 @@ public class Tests
                     {
                     {
                         page.Mock("b").Position(0, 0).Size(125, 75);
                         page.Mock("b").Position(0, 0).Size(125, 75);
                     });
                     });
-            })
-            .Validate();
+            });
     }
     }
     
     
     [Test]
     [Test]
@@ -122,8 +121,6 @@ public class Tests
                     });
                     });
                 
                 
                 document.ExpectInfiniteLayoutException();
                 document.ExpectInfiniteLayoutException();
-            })
-           // .CompareVisually();
-           .Validate();
+            });
     }
     }
 }
 }