Skip to content

Commit

Permalink
Merge branch 'main' into feat/tiping
Browse files Browse the repository at this point in the history
  • Loading branch information
MSghais committed Jun 14, 2024
2 parents 894b997 + af77838 commit ae35dc3
Show file tree
Hide file tree
Showing 3 changed files with 431 additions and 1 deletion.
1 change: 1 addition & 0 deletions onchain/src/social.cairo
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pub mod account;
pub mod bech32;
pub mod deposit;
pub mod profile;
pub mod request;
pub mod transfer;
1 change: 0 additions & 1 deletion onchain/src/social/account.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ mod tests {
#[test]
fn successful_transfer() {
let (request, sender, _, _) = request_fixture();

sender.handle_transfer(request);
}

Expand Down
Loading

0 comments on commit ae35dc3

Please sign in to comment.