Skip to content

Commit

Permalink
rename test with same name
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Aug 16, 2023
1 parent b291421 commit 3e1389d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/assign-minecarts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function test.assign_minecart_to_last_route_no_stops_output()
function() expect.false_(am.assign_minecart_to_last_route(false)) end)
end

function test.assign_minecart_to_last_route_no_minecarts()
function test.assign_minecart_to_last_route_no_minecarts_quiet()
mock_routes[1] = {stops={[1]={}}, vehicle_ids={}}
mock_routes[0] = mock_routes[1] -- simulate 0-based index
expect.false_(am.assign_minecart_to_last_route(true))
Expand Down

0 comments on commit 3e1389d

Please sign in to comment.