Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusps committed Apr 7, 2019
1 parent d7b60b6 commit 050f348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/Container.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import StellarTheme from '../components/StellarTheme'
describe('Container component', () => {
const component = render(
<StellarTheme>
<Container bg="primary" />
<Container color="primary" />
</StellarTheme>
)

Expand Down

0 comments on commit 050f348

Please sign in to comment.