Skip to content

Commit

Permalink
Touch Rust file so all tests triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
citizen-stig committed Jul 19, 2023
1 parent fce0097 commit 987e345
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ fn test_update_account_fails() {
}

#[test]
fn test_get_acc_after_pub_key_update() {
fn test_get_account_after_pub_key_update() {
let tmpdir = tempfile::tempdir().unwrap();
let native_working_set = &mut WorkingSet::new(ProverStorage::with_path(tmpdir.path()).unwrap());
let accounts = &mut Accounts::<C>::default();
Expand Down

0 comments on commit 987e345

Please sign in to comment.