Skip to content

Commit

Permalink
TEST (fix): fix failing test on linux because caseSentivity
Browse files Browse the repository at this point in the history
  • Loading branch information
sanusart committed Sep 11, 2018
1 parent 7da84a7 commit 68cfadf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@ exports[`COMPONENTS - <SnippetHeader> render SnippetHeader in edit mode 1`] = `
>
<SnippetHeaderWrapper>
<div
className="SnippetHeaderWrapper-sc-1s8csr9-0 kiWSKE"
className="SnippetHeaderWrapper-sc-1ejil1h-0 hmftoh"
>
<FileName>
<div
className="FileName-sc-1s8csr9-3 keHQOQ"
className="FileName-sc-1ejil1h-3 fBRmgg"
>
<FilenameIcon
color="#3F84A8"
size={22}
type="file"
>
<Icon
className="FilenameIcon-sc-1s8csr9-2 iKzloF"
className="FilenameIcon-sc-1ejil1h-2 bLnpTL"
color="#3F84A8"
size={22}
type="file"
>
<span
className="FilenameIcon-sc-1s8csr9-2 iKzloF Icon-vk4qna-0 gKzxIz"
className="FilenameIcon-sc-1ejil1h-2 bLnpTL Icon-vk4qna-0 gKzxIz"
color="#3F84A8"
size={22}
type="file"
Expand Down Expand Up @@ -114,25 +114,25 @@ exports[`COMPONENTS - <SnippetHeader> render SnippetHeader in view mode 1`] = `
>
<SnippetHeaderWrapper>
<div
className="SnippetHeaderWrapper-sc-1s8csr9-0 kiWSKE"
className="SnippetHeaderWrapper-sc-1ejil1h-0 hmftoh"
>
<FileName>
<div
className="FileName-sc-1s8csr9-3 keHQOQ"
className="FileName-sc-1ejil1h-3 fBRmgg"
>
<FilenameIcon
color="#3F84A8"
size={22}
type="file"
>
<Icon
className="FilenameIcon-sc-1s8csr9-2 iKzloF"
className="FilenameIcon-sc-1ejil1h-2 bLnpTL"
color="#3F84A8"
size={22}
type="file"
>
<span
className="FilenameIcon-sc-1s8csr9-2 iKzloF Icon-vk4qna-0 gKzxIz"
className="FilenameIcon-sc-1ejil1h-2 bLnpTL Icon-vk4qna-0 gKzxIz"
color="#3F84A8"
size={22}
type="file"
Expand All @@ -146,7 +146,7 @@ exports[`COMPONENTS - <SnippetHeader> render SnippetHeader in view mode 1`] = `
<div>
<Language>
<span
className="Language-sc-1s8csr9-1 fTycGO"
className="Language-sc-1ejil1h-1 jYzGHT"
>
Plain text
</span>
Expand Down

0 comments on commit 68cfadf

Please sign in to comment.