Skip to content

Commit 9515348

Browse files
committed
refactor: renaming the name of tests
1 parent fb2725b commit 9515348

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/graph/tree_center.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ mod tests {
197197
}
198198

199199
#[test]
200-
fn test_bi_star_tree() {
200+
fn test_double_star_tree() {
201201
let mut tree = UndirectedGraph::new();
202202
let expected = vec!["0".to_string(), "1".to_string()];
203203

@@ -253,7 +253,7 @@ mod tests {
253253
}
254254

255255
#[test]
256-
fn test_bi_weighted_tree() {
256+
fn test_double_star_weighted_tree() {
257257
let mut tree = UndirectedGraph::new();
258258
let expected = vec!["1".to_string()];
259259

0 commit comments

Comments
 (0)