Skip to content

Commit

Permalink
Update cycles-ledger/tests/tests.rs
Browse files Browse the repository at this point in the history
Co-authored-by: bogwar <[email protected]>
  • Loading branch information
NikolasHaimerl and bogwar authored Aug 16, 2023
1 parent f1b6397 commit 2a7f520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cycles-ledger/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ fn test_transfer() {
.unwrap_err()
);

// Should be able to make a transfer when created time is valid
// Should be able to make a transfer when created_at_ time is valid
let tx: Nat = transfer(
env,
ledger_id,
Expand Down

0 comments on commit 2a7f520

Please sign in to comment.