Skip to content

Commit 6fdf078

Browse files
committed
fix tests
1 parent 5394a30 commit 6fdf078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sandbox/app/components/inherited_cache_component.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
class InheritedCacheComponent < CacheComponent
44
def initialize(foo:, bar:)
5-
super
5+
super(foo: foo, bar: bar)
66
end
77
end

0 commit comments

Comments
 (0)