Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
detectivekim committed Sep 27, 2024
1 parent a2fe1a2 commit 90235bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/book_manager/test_cancel.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ fn test_success() {
}

#[test]
fn test_cancel_to_zero_with_parially_taken_order() {
fn test_cancel_to_zero_with_ partially_taken_order() {
let (bm, open_router, make_router, take_router, cancel_router, base, quote) = setup();
let key = valid_key(base.contract_address, quote.contract_address);
open_router.open(key, ArrayTrait::new().span());
Expand Down

0 comments on commit 90235bb

Please sign in to comment.