Skip to content

Commit

Permalink
chore: cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
henry40408 committed Jan 24, 2025
1 parent 4879d2a commit 29ec8ce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 52 deletions.
56 changes: 6 additions & 50 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ maplit = "1.0.2"
predicates = "3.1.0"
snapbox = { version = "0.6.10", features = ["cmd"] }
test-case = "3.3.1"
test-log = "0.2.15"

[profile.release]
codegen-units = 1
Expand Down
2 changes: 1 addition & 1 deletion src/store/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ mod tests {
assert_eq!(json!(2), store.get("a").unwrap());
}

#[test_log::test]
#[test]
fn rollback_when_error() {
let script = r#"
return require('@lmb').store:update({ 'a' }, function(values)
Expand Down

0 comments on commit 29ec8ce

Please sign in to comment.