Skip to content

Commit

Permalink
test: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
paranoidjk committed Apr 26, 2017
1 parent 1316154 commit 84919e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exports[`renders ./components/accordion/demo/accordion.md correctly 1`] = `
>
<div
aria-expanded="false"
class="am-accordion-header"
class="am-accordion-header "
role="tab"
>
<i
Expand All @@ -26,7 +26,7 @@ exports[`renders ./components/accordion/demo/accordion.md correctly 1`] = `
>
<div
aria-expanded="false"
class="am-accordion-header"
class="am-accordion-header "
role="tab"
>
<i
Expand All @@ -40,7 +40,7 @@ exports[`renders ./components/accordion/demo/accordion.md correctly 1`] = `
>
<div
aria-expanded="false"
class="am-accordion-header"
class="am-accordion-header "
role="tab"
>
<i
Expand All @@ -65,7 +65,7 @@ exports[`renders ./components/accordion/demo/basic.md correctly 1`] = `
>
<div
aria-expanded="true"
class="am-accordion-header"
class="am-accordion-header "
role="tab"
>
<i
Expand Down Expand Up @@ -135,7 +135,7 @@ exports[`renders ./components/accordion/demo/basic.md correctly 1`] = `
>
<div
aria-expanded="false"
class="am-accordion-header"
class="am-accordion-header "
role="tab"
>
<i
Expand All @@ -149,7 +149,7 @@ exports[`renders ./components/accordion/demo/basic.md correctly 1`] = `
>
<div
aria-expanded="false"
class="am-accordion-header"
class="am-accordion-header "
role="tab"
>
<i
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`Accordion renders correctly 1`] = `
>
<div
aria-expanded="false"
class="am-accordion-header"
class="am-accordion-header "
role="tab"
>
<i
Expand All @@ -23,7 +23,7 @@ exports[`Accordion renders correctly 1`] = `
>
<div
aria-expanded="false"
class="am-accordion-header"
class="am-accordion-header "
role="tab"
>
<i
Expand Down

0 comments on commit 84919e3

Please sign in to comment.