mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
Rename and alias Liquid::StaticRegisters to Liquid::Registers
This commit is contained in:
@@ -132,7 +132,7 @@ class PartialCacheUnitTest < Minitest::Test
|
||||
'my_partial' => 'my shared value'
|
||||
)
|
||||
context = Liquid::Context.build(
|
||||
registers: Liquid::StaticRegisters.new(
|
||||
registers: Liquid::Registers.new(
|
||||
file_system: shared_file_system,
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user