mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
Cherry-pick of https://github.com/zed-industries/zed/pull/55089 into Preview Release Notes: - N/A
This commit is contained in:
parent
4c37250bd8
commit
8ba77679a0
1 changed files with 4 additions and 5 deletions
|
|
@ -1786,11 +1786,10 @@ mod tests {
|
|||
|
||||
#[gpui::test]
|
||||
fn test_default_settings_release_channel_overrides(cx: &mut App) {
|
||||
assert_eq!(
|
||||
*release_channel::RELEASE_CHANNEL,
|
||||
release_channel::ReleaseChannel::Dev,
|
||||
"tests expect the dev release channel",
|
||||
);
|
||||
// The test deals with overrides and should ignore the other set-ups (Preview and Stable runs)
|
||||
if *release_channel::RELEASE_CHANNEL != release_channel::ReleaseChannel::Dev {
|
||||
return;
|
||||
}
|
||||
|
||||
let mut defaults: serde_json::Value =
|
||||
crate::parse_json_with_comments(&default_settings()).unwrap();
|
||||
|
|
|
|||
Loading…
Reference in a new issue