Skip to content

Commit

Permalink
chore(tile-group): remove unrecognized props from tests (#5026)
Browse files Browse the repository at this point in the history
  • Loading branch information
jendowns authored and joshblack committed Jan 23, 2020
1 parent 79fc14b commit 72801da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/src/components/TileGroup/TileGroup-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ describe('TileGroup', () => {
describe('renders as expected', () => {
const wrapper = mount(
<TileGroup defaultSelected="female" name="gender">
<RadioTile labelText="Male" value="male" />
<RadioTile labelText="Female" value="female" />
<RadioTile value="male" />
<RadioTile value="female" />
</TileGroup>
);

Expand Down

0 comments on commit 72801da

Please sign in to comment.