Skip to content

Commit

Permalink
Use anyhow::Error in end-to-end tests (#1878)
Browse files Browse the repository at this point in the history
* Import `anyhow::Result` in end-to-end tests

Reduce the visual noise a bit.

* Return `anyhow::Result<()>` from end-to-end tests

Prepare to use the try operator `?` inside the test functions.

* Replace `Result::unwrap` with try operator (`?`)

Reduce the code noise.
  • Loading branch information
jvff authored Apr 6, 2024
1 parent bb40c47 commit 1e0339f
Showing 1 changed file with 507 additions and 650 deletions.
Loading

0 comments on commit 1e0339f

Please sign in to comment.