Skip to content

Commit 7dee477

Browse files
committed
fix test name
1 parent 97e7c77 commit 7dee477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unittest/mincostflow_test.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ TEST(MincostflowTest, OutOfRange) {
7272
}
7373

7474
// https://github.com/atcoder/ac-library/issues/1
75-
TEST(MaxflowTest, SelfLoop) {
75+
TEST(MincostflowTest, SelfLoop) {
7676
mcf_graph<int, int> g(3);
7777
ASSERT_EQ(0, g.add_edge(0, 0, 100, 123));
7878

0 commit comments

Comments
 (0)