Skip to content

Commit

Permalink
Fixed file name
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrug-rdx committed Nov 21, 2023
1 parent 0bce484 commit e971ac5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use scrypto_unit::*;
use transaction::prelude::*;

#[test]
fn test_stake_reconcilation() {
fn test_stake_reconciliation() {
// Arrange
let pub_key = Secp256k1PrivateKey::from_u64(1u64).unwrap().public_key();
let mut test_runner = TestRunnerBuilder::new().build();
Expand Down

0 comments on commit e971ac5

Please sign in to comment.