Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborschneider committed Mar 24, 2024
1 parent 0c68f55 commit d18c5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bgpsim/src/interactive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ impl<P: Prefix, Q: EventQueue<P>, Ospf: OspfImpl> InteractiveNetwork<P, Q, Ospf>
/// use bgpsim::interactive::PartialClone;
///
/// // let mut net = ...
/// let original_net.clone_from(&net);
/// let original_net = net.clone();
/// net.withdraw_external_route(ext, prefix)?;
/// assert_ne!(net, original_net);
/// let net = unsafe {
Expand Down

0 comments on commit d18c5ca

Please sign in to comment.