You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write test_sender_equals_recipient_fails() with #[should_panic(expected = "sender and recipient must differ")]: call send() with sender == recipient. Depends on issue #50.
Write
test_sender_equals_recipient_fails()with#[should_panic(expected = "sender and recipient must differ")]: callsend()with sender == recipient. Depends on issue #50.