Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dkwingsmt committed Oct 23, 2023
1 parent c79fe37 commit 2e28559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/common/shell_unittests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2750,7 +2750,7 @@ TEST_F(ShellTest, OnServiceProtocolRenderFrameWithRasterStatsDisableImpeller) {
configuration.SetEntrypoint("scene_with_red_box");

RunEngine(shell.get(), std::move(configuration));
PumpOneFrame(shell.get());
PumpOneFrame(shell.get(), ViewContent::NoViews());

ServiceProtocol::Handler::ServiceProtocolMap empty_params;
rapidjson::Document document;
Expand Down

0 comments on commit 2e28559

Please sign in to comment.