Remove asserts in @After in StartSurfaceLayoutTest
We have assertions in @After, which is a bad idea in general. When a test fails, and the assertions in @After also fails, the error message in @After could be misleading that it's the main reason the test fails. Bug: 1023833, 983170 Change-Id: Iae6f3e194559dad7fb9ab4e3aa1ee7835e4b3223 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1916260 Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:Mei Liang <meiliang@chromium.org> Cr-Commit-Position: refs/heads/master@{#715400}
Showing
Please register or sign in to comment