Skip to content

Commit

Permalink
basic:fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljl committed Dec 8, 2023
1 parent e63a2dd commit 315c106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basic/tests/test_rbum_cert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ async fn test_rbum_cert_conf_is_ak_repeatable(context: &TardisContext) -> Tardis
context,
)
.await
.is_err());
.is_ok());
funs.rollback().await?;
Ok(())
}
Expand Down

0 comments on commit 315c106

Please sign in to comment.