1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 11:37:14 +00:00

Adds debug code to investigate test fail on CI (#39111).

git-svn-id: https://svn.redmine.org/redmine/trunk@22638 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2024-01-26 02:20:39 +00:00
parent 1e71db421a
commit c88bcfbbee

View File

@ -25,6 +25,8 @@ class Redmine::AssetPathTest < ActiveSupport::TestCase
@assets = {}
@transition_map = {}
@asset_path.update(transition_map: @transition_map, assets: @assets)
puts "################# Debug asset_path"
puts @asset_path.inspect
end
test "asset path size" do