Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Sep 4, 2024
1 parent 325aea0 commit 2f8da2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbopack/crates/turbo-tasks/src/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ pub(crate) mod tests {
arg: Box::new(()),
}
.get_name(),
"MockTrait::mock_method_task",
"*MockTrait::mock_method_task",
);
}
}

0 comments on commit 2f8da2f

Please sign in to comment.