mirror of
https://github.com/Llewellynvdm/exa.git
synced 2025-02-13 07:48:57 +00:00
Update test timezone to one we know exists
It wasn't the Arc unwrap causing the crash on Linux. Maybe it's this.
This commit is contained in:
parent
2b213b3aea
commit
b3d252522a
@ -739,7 +739,7 @@ pub mod test {
|
|||||||
current_year: 1234,
|
current_year: 1234,
|
||||||
numeric: locale::Numeric::english(),
|
numeric: locale::Numeric::english(),
|
||||||
time: locale::Time::english(),
|
time: locale::Time::english(),
|
||||||
tz: TimeZone::system().unwrap(),
|
tz: TimeZone::get("Europe/London").unwrap(),
|
||||||
users: Mutex::new(MockUsers::with_current_uid(0)),
|
users: Mutex::new(MockUsers::with_current_uid(0)),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user