Skip to content

Commit

Permalink
Update superset-frontend/src/components/LastUpdated/LastUpdated.test.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Rusackas <evan@preset.io>
  • Loading branch information
nytai and rusackas committed Dec 17, 2020
1 parent 50e518e commit 37acf78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('LastUpdated', () => {
let wrapper: ReactWrapper;
const updatedAt = new Date('Sat Dec 12 2020 00:00:00 GMT-0800');

it('renders the base component (no refres)', () => {
it('renders the base component (no refresh)', () => {
const wrapper = mount(<LastUpdated updatedAt={updatedAt} />);
expect(/^Last Updated .+$/.test(wrapper.text())).toBe(true);
});
Expand Down

0 comments on commit 37acf78

Please sign in to comment.