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

Commit 8998c06

Browse files
Update golden_tests.cc
1 parent cdaf24d commit 8998c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impeller/golden_tests/golden_tests.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ TEST_F(GoldenTests, ConicalGradient) {
9898
AiksContext(Screenshotter().GetPlayground().GetContext(), nullptr);
9999
auto screenshot = Screenshotter().MakeScreenshot(
100100
aiks_context,
101-
DisplayListToTexture(builder.Build(), {100, 100}, aiks_context));
101+
DisplayListToTexture(builder.Build(), {240, 240}, aiks_context));
102102
ASSERT_TRUE(SaveScreenshot(std::move(screenshot)));
103103
}
104104
} // namespace testing

0 commit comments

Comments
 (0)