Skip to content

Commit

Permalink
forgot to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
miratepuffin committed Jul 1, 2024
1 parent cfe7bb7 commit 30c07ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/netflow/src/netflow_one_path_node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ pub fn netflow_one_path_node<G: StaticGraphViewOps>(
#[cfg(test)]
mod one_path_test {
use super::*;
use raphtory::{
use raphtory_core::{
core::Prop,
db::{api::mutation::AdditionOps, graph::graph::Graph},
prelude::NO_PROPS,
Expand Down

0 comments on commit 30c07ad

Please sign in to comment.