We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e7c77 commit 7dee477Copy full SHA for 7dee477
test/unittest/mincostflow_test.cpp
@@ -72,7 +72,7 @@ TEST(MincostflowTest, OutOfRange) {
72
}
73
74
// https://github.com/atcoder/ac-library/issues/1
75
-TEST(MaxflowTest, SelfLoop) {
+TEST(MincostflowTest, SelfLoop) {
76
mcf_graph<int, int> g(3);
77
ASSERT_EQ(0, g.add_edge(0, 0, 100, 123));
78
0 commit comments