From b3a630c5e188f77cb08cd5a4ef8de5ebfebf608e Mon Sep 17 00:00:00 2001 From: "WQY\\qiong" Date: Sun, 30 Apr 2023 14:08:29 +0800 Subject: [PATCH] Fix test case name --- test_tjnetwork.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_tjnetwork.py b/test_tjnetwork.py index 724f013..2808ffb 100644 --- a/test_tjnetwork.py +++ b/test_tjnetwork.py @@ -5837,7 +5837,7 @@ class TestApi: def test_distribute_demand_to_nodes_op(self): - p = 'test_distribute_demand_to_nodes' + p = 'test_distribute_demand_to_nodes_op' read_inp(p, f'./inp/net3.inp', '3') open_project(p)