From 33b9d5af0f633e4ed0395bb1d1d863cf61dbda6e Mon Sep 17 00:00:00 2001 From: BuckarooBanzay Date: Tue, 28 Apr 2020 09:36:21 +0200 Subject: [PATCH] fix technic cable tests --- integration_test.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/integration_test.lua b/integration_test.lua index 0865b2a..7816a93 100644 --- a/integration_test.lua +++ b/integration_test.lua @@ -14,9 +14,9 @@ local assert_nodes = { "jumpdrive:engine", "advtrains_platform:platform_high_concrete", "advtrains_platform:platform_high_white", - "technic:HV_cable", - "technic:MV_cable", - "technic:LV_cable" + "technic:hv_cable", + "technic:mv_cable", + "technic:lv_cable" } -- defered integration test function