Fix unit test that was causing With_Subview_Using_PosFunc ti fail.

This commit is contained in:
BDisp
2024-11-19 00:07:41 +00:00
parent 06c90f0bd5
commit 1018eaae39

View File

@@ -33,5 +33,7 @@ PPP",
output
);
TestHelpers.AssertDriverAttributesAre ("0", output, null, view.GetNormalColor ());
((FakeDriver)Application.Driver!).End ();
}
}