Skip to content

Commit

Permalink
test: Remove dummy test
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-caspers committed Oct 7, 2024
1 parent bc6d4a3 commit 04625f3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,3 @@ fn main() -> Result<(), RclrsError> {
info!("Spinning ROS");
rclrs::spin(ros_node_copy_spin)
}

#[cfg(test)]
mod tests {
#[test]
fn test_dummy() {
assert_eq!(1, 1);
}
}

0 comments on commit 04625f3

Please sign in to comment.