Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Sep 29, 2024
1 parent 7d6846d commit b1e9f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/static/app/js/tests/Dashboard.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Dashboard from '../Dashboard';

describe('<Dashboard />', () => {
it('renders without exploding', () => {
const wrapper = shallow(<Dashboard />);
const wrapper = shallow(<Dashboard permissions={['add_project']} />);
expect(wrapper.exists()).toBe(true);
})
});

0 comments on commit b1e9f02

Please sign in to comment.