Fix unit test which was causing With_Subview_Using_PosFunc failing.

This commit is contained in:
BDisp
2024-11-11 01:12:38 +00:00
parent 36876b9899
commit 7d146b7420

View File

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