Skip to content

Commit

Permalink
Switch fxa_client from using mockiato to using mockall
Browse files Browse the repository at this point in the history
Signed-off-by: nox1134 <[email protected]>

fix formatting errors and add comment in http_client.rs

Signed-off-by: nox1134 <[email protected]>

fix the dependency summaries failures

Signed-off-by: nox1134 <[email protected]>

Update Cargo.lock again

Signed-off-by: nox1134 <[email protected]>

Update Cargo.lock

Signed-off-by: nox1134 <[email protected]>
  • Loading branch information
nox1134 authored and Tarik Eshaq committed Nov 8, 2023
1 parent 1e25566 commit 804f3ab
Show file tree
Hide file tree
Showing 9 changed files with 525 additions and 564 deletions.
73 changes: 6 additions & 67 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/fxa-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ uniffi = { version = "0.24.1", features = ["build"] }

[dev-dependencies]
viaduct-reqwest = { path = "../support/viaduct-reqwest" }
mockiato = "0.9"
mockall = "0.11"
mockito = "0.31"

[features]
Expand Down
Loading

0 comments on commit 804f3ab

Please sign in to comment.