Skip to content

Commit 08649a6

Browse files
committed
Fix test name
1 parent 88f7a86 commit 08649a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ mod tests {
4747
}
4848

4949
#[test]
50-
fn solve_alpc_scc_sample1() {
50+
fn solve_alpc_g_sample1() {
5151
// https://atcoder.jp/contests/practice2/tasks/practice2_g
5252
let n: usize = 6;
5353
let edges = vec![(1, 4), (5, 2), (3, 0), (5, 5), (4, 1), (0, 3), (4, 2)];

0 commit comments

Comments
 (0)