test: fix dev to nightly update check

This commit is contained in:
zhom
2025-05-31 18:10:21 +04:00
parent 269b4dbe77
commit 6c834b3003
+1 -1
View File
@@ -613,7 +613,7 @@ mod tests {
assert!(updater.should_update("v1.0.0", "nightly-abc123", true));
// Upgrade from dev to nightly
assert!(updater.should_update("dev-0.1.0", "nightly-abc123", true));
assert!(updater.should_update("dev-0.1.0", "nightly-abc123", false));
}
#[test]