Skip to content

Commit c6cd415

Browse files
committed
Cleanup
1 parent b5e02b2 commit c6cd415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testcontainers-selenium/src/main/java/software/xdev/testcontainers/selenium/containers/browser/BrowserWebDriverContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public class BrowserWebDriverContainer<SELF extends BrowserWebDriverContainer<SE
9494

9595
protected static Boolean currentOsWindows; // You should use the method instead, this might be NULL
9696

97-
protected boolean mapTimezoneIntoContainer = false;
97+
protected boolean mapTimezoneIntoContainer;
9898

9999
protected boolean validateImageEnabled = true;
100100
protected Duration validateImageGetTimeout = Duration.ofMinutes(5);

0 commit comments

Comments
 (0)