Skip to content

Commit 29cdd6e

Browse files
committed
fix tests
1 parent b2004f6 commit 29cdd6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sandbox/test/rendering_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,7 @@ def test_cache_component
12791279
assert_selector(".cache-component__cache-message", text: "foo baz")
12801280
end
12811281

1282-
def test_cache_component
1282+
def test_inherited_cache_component
12831283
component = InheritedCacheComponent.new(foo: "foo", bar: "bar")
12841284
render_inline(component)
12851285

0 commit comments

Comments
 (0)