test broken assertion
This commit is contained in:
parent
6526c7c999
commit
d5f1a6e03e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ pub async fn get_tauri_version() -> anyhow::Result<()> {
|
|||
let version = app::get_tauri_version().await?;
|
||||
|
||||
ensure!(version.major == 1);
|
||||
ensure!(version.minor == 2);
|
||||
ensure!(version.minor == 1);
|
||||
ensure!(version.patch == 0);
|
||||
ensure!(version.build.is_empty());
|
||||
ensure!(version.pre.is_empty());
|
||||
|
|
Loading…
Add table
Reference in a new issue