Skip to content

Commit

Permalink
Update dependencies, add integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Dec 27, 2023
1 parent 40cf737 commit 8776e4c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 30 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ readme = "../README.md"

[dependencies]
console = { version = "0.15.7", default-features = false }
ctrlc = "3.4.1"
ctrlc = "3.4.2"
fend-core.workspace = true
home = "0.5.5"
home = "0.5.9"
native-tls = { version = "0.2.11", optional = true }
rand = { version = "0.8.5", default-features = false, features = ["std", "std_rng"] }
rustyline = { version = "13.0.0", default-features = false, features = ["with-file-history", "custom-bindings"] }
Expand Down
3 changes: 1 addition & 2 deletions core/tests/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4458,10 +4458,9 @@ fn test_hex_unit_conversion_complex() {
test_eval_simple("i yard lb to hex to kg m to 3sf", "approx. 0.6a2 i kg m");
}

#[ignore]
#[test]
fn convert_to_billion() {
test_eval("1000000000 to billion", "1 billion");
test_eval_simple("1000000000 to billion", "1 billion");
}

#[test]
Expand Down

0 comments on commit 8776e4c

Please sign in to comment.