Skip to content

Commit

Permalink
fix[#50499]: Fix spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
dominic-braeunlein committed Nov 1, 2023
1 parent 68f12e0 commit 33a363d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/components/primer/open_project/page_header_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ def test_renders_back_button

def test_renders_breadcrumbs
breadcrumb_items = [
{href: "/foo", text: "Foo"},
"\u003ca href=\"/foo/bar\"\u003eBar\u003c/a\u003e" ,
{ href: "/foo", text: "Foo" },
"\u003ca href=\"/foo/bar\"\u003eBar\u003c/a\u003e",
"test"
]

Expand Down

0 comments on commit 33a363d

Please sign in to comment.