Normalize test for ruby-head compat

This commit is contained in:
Ian Ker-Seymer
2024-10-22 20:52:29 -04:00
parent 61d4a60ef5
commit 02525cb71d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ class TestDrop < Liquid::Drop
attr_reader :value
def registers
{ @value => @context.registers[@value] }
"{#{@value.inspect}=>#{@context.registers[@value].inspect}}"
end
end