Skip to content

Commit

Permalink
fix technic cable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Apr 28, 2020
1 parent db9021e commit 33b9d5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration_test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33b9d5a

Please sign in to comment.