Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 2e28559

Browse files
committed
Fix test
1 parent c79fe37 commit 2e28559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/common/shell_unittests.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2750,7 +2750,7 @@ TEST_F(ShellTest, OnServiceProtocolRenderFrameWithRasterStatsDisableImpeller) {
27502750
configuration.SetEntrypoint("scene_with_red_box");
27512751

27522752
RunEngine(shell.get(), std::move(configuration));
2753-
PumpOneFrame(shell.get());
2753+
PumpOneFrame(shell.get(), ViewContent::NoViews());
27542754

27552755
ServiceProtocol::Handler::ServiceProtocolMap empty_params;
27562756
rapidjson::Document document;

0 commit comments

Comments
 (0)