From 8a8a42e4168c7edf89ff7030232f87ae3ee56b8b Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Sun, 19 May 2024 14:07:41 -0400 Subject: [PATCH] Fix test expectation (#2906) --- tests/web_api/modules_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/web_api/modules_test.py b/tests/web_api/modules_test.py index fa7447a..de2dab1 100644 --- a/tests/web_api/modules_test.py +++ b/tests/web_api/modules_test.py @@ -67,7 +67,7 @@ expected_module_names = { "scribble_xdog", "segmentation", "shuffle", - "te_hed", + "softedge_teed", "threshold", "tile_colorfix", "tile_colorfix+sharp",