Skip to content

Commit cd4bbbf

Browse files
why didnt upstream tests update to their current state
1 parent 446e5e2 commit cd4bbbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/helpers/theme_helper_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
expect(html_links.first.attributes.symbolize_keys)
1414
.to include(
1515
# This is now identical to the default theme & will be unified very soon
16-
href: have_attributes(value: match(/default/)),
16+
href: have_attributes(value: match(/mastodon-light/)),
1717
media: have_attributes(value: 'not all and (prefers-color-scheme: dark)')
1818
)
1919
expect(html_links.last.attributes.symbolize_keys)

0 commit comments

Comments
 (0)