Skip to content

Commit

Permalink
[java] Update page size test
Browse files Browse the repository at this point in the history
  • Loading branch information
pujagani committed Oct 11, 2023
1 parent 225074b commit 78ee4c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/test/org/openqa/selenium/print/PageSizeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
class PageSizeTest {

// Defaults assertion
private static final double HEIGHT = 21.59;
private static final double WIDTH = 27.94;
private static final double HEIGHT = 27.94;
private static final double WIDTH = 21.59;

@Test
void setsDefaultHeightWidth() {
Expand Down

0 comments on commit 78ee4c0

Please sign in to comment.