Skip to content

Commit 328ee6f

Browse files
committed
fix Ruby 3.4.
1 parent 8d6d7ba commit 328ee6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/def_steps_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ class DefStepsTest < Minitest::Spec
1313

1414
ctx, _, signal = activity.({seq: []}, {})
1515

16-
assert_equal ctx.inspect, %({:seq=>[:a, :b]})
16+
assert_equal Trailblazer::Core::Utils.inspect(ctx), %({:seq=>[:a, :b]})
1717
end
1818
end

0 commit comments

Comments
 (0)