Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Feb 14, 2020
1 parent 8066f3b commit bf5332b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ exports[`<Combobox /> should match the snapshot 1`] = `
>
<input
aria-autocomplete="both"
aria-controls="listbox--holy-smokes"
data-reach-combobox-input=""
data-testid="input"
id="listbox--holy-smokes"
name="awesome"
value=""
/>
Expand All @@ -43,9 +43,9 @@ exports[`<Combobox /> should match the snapshot 2`] = `
>
<input
aria-autocomplete="both"
aria-controls="listbox--holy-smokes"
data-reach-combobox-input=""
data-testid="input"
id="listbox--holy-smokes"
name="awesome"
value="e"
/>
Expand Down

0 comments on commit bf5332b

Please sign in to comment.