Skip to content

Commit

Permalink
Fix linting issues; add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron committed Mar 7, 2023
1 parent a42d20c commit 48de187
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/seven-tables-applaud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/view-components': patch
---

Deny tag argument for ActionList headings
2 changes: 1 addition & 1 deletion test/components/alpha/action_list_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_heading_denies_tag_argument
end
end

assert_match /This component has a fixed tag/, error.message
assert_match(/This component has a fixed tag/, error.message)
end
end
end
Expand Down

0 comments on commit 48de187

Please sign in to comment.